snix/users/grfn/xanthous/src/Xanthous
Griffin Smith 61802fe106 feat(gs/xanthous): Allow throwing rocks
Implement a first pass at a "fire" command, which allows throwing rocks,
the max distance and the damage of which is based on the weight of the
item and the strength of the player.

Currently the actual numbers here likely need some tweaking, as the
rocks are easily throwable at good distances but don't really deal any
damage.

Change-Id: Ic6ad0599444af44d8438b834237a1997b67f220f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3764
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2021-10-30 17:16:21 +00:00
..
AI feat(xanthous): Add configurable natural attacks 2021-06-18 17:51:43 +00:00
App feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Data feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Entities feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Game feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Generators feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Messages refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
Util feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
App.hs feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Command.hs feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Data.hs feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Game.hs refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
Messages.hs feat(xanthous): Describe *where* the item is in the inventory 2021-06-23 21:52:08 +00:00
messages.yaml feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Monad.hs refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
Orphans.hs feat(xanthous): Describe *where* the item is in the inventory 2021-06-23 21:52:08 +00:00
Physics.hs feat(gs/xanthous): Allow throwing rocks 2021-10-30 17:16:21 +00:00
Prelude.hs feat(xanthous): Memoize characterVisiblePositions 2021-06-12 18:57:52 +00:00
Random.hs feat(xanthous) Generate random volume+density for items 2021-06-23 21:52:08 +00:00
Util.hs fix(xanthous): Only use alphabetic chars for menu items 2021-06-23 21:52:08 +00:00