From fb5bec8d952b57fe4afa0d842ee606cf4e548563 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 18 Jun 2021 12:42:42 -0400 Subject: feat(xanthous): Add configurable natural attacks Allow configuring the natural attacks (eg, part of their body rather than an item) of a creature. Each attack has a description and a damage associated with it. Change-Id: I69698a8ac4ee2da91e4c88e419593627519522a5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3220 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/xanthous/src/Xanthous/messages.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users/grfn/xanthous/src/Xanthous/messages.yaml') diff --git a/users/grfn/xanthous/src/Xanthous/messages.yaml b/users/grfn/xanthous/src/Xanthous/messages.yaml index 63763b1996..4f5dff52f6 100644 --- a/users/grfn/xanthous/src/Xanthous/messages.yaml +++ b/users/grfn/xanthous/src/Xanthous/messages.yaml @@ -71,9 +71,7 @@ combat: generic: - You hit the {{creature.creatureType.name}}. - You attack the {{creature.creatureType.name}}. - creatureAttack: - - The {{creature.creatureType.name}} hits you! - - The {{creature.creatureType.name}} attacks you! + creatureAttack: The {{creature.creatureType.name}} {{attackDescription}} killed: - You kill the {{creature.creatureType.name}}! - You've killed the {{creature.creatureType.name}}! -- cgit 1.4.1