From deaf6249a5229e2367f924dc3b0924f813fe0c1a Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 23 May 2023 11:52:20 -0400 Subject: [PATCH] v2.1.0: fixed katana having no ability name --- core/src/main/assets/messages/items/items.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/assets/messages/items/items.properties b/core/src/main/assets/messages/items/items.properties index c5e3d47c8..7a34f585a 100644 --- a/core/src/main/assets/messages/items/items.properties +++ b/core/src/main/assets/messages/items/items.properties @@ -1591,6 +1591,7 @@ items.weapon.melee.handaxe.desc=A light axe, most commonly used for felling tree items.weapon.melee.katana.name=katana items.weapon.melee.katana.stats_desc=This weapon blocks 0-3 damage. +items.weapon.melee.katana.ability_name=lunge items.weapon.melee.katana.ability_desc=The Duelist can _lunge_ with a katana at an enemy 1 tile away. This moves toward the enemy, deals +50% damage, and is guaranteed to hit. items.weapon.melee.katana.desc=A slender sword with a large metal guard above the handle.