about summary refs log tree commit diff
path: root/users/grfn/xanthous/src/Xanthous/Physics.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-10-30 r/2994 feat(gs/xanthous): Allow throwing rocksGriffin Smith1-0/+71
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