diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-04 15:00:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-04 15:00:39 -0700 |
commit | cd81ff897f47314de89377a0b3a98fd62ee20c14 (patch) | |
tree | af748d77487ef9ccf711a42c5bb602e1ff84b783 | |
parent | Update tool batteries to the new ids. (diff) | |
download | cataclysm-bn-mod_battle-maid-redone-cd81ff897f47314de89377a0b3a98fd62ee20c14.tar.xz |
Add the governing stat data to the martial art description.
-rw-r--r-- | martialarts.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/martialarts.json b/martialarts.json index 11695df..ad41a1a 100644 --- a/martialarts.json +++ b/martialarts.json @@ -3,7 +3,7 @@ "type": "martial_art", "id": "style_maid", "name": { "str": "L'art du Nettoyage" }, - "description": "It is the servant's duty to take out the trash. Pause to consider your offensive options.", + "description": "It is the servant's duty to take out the trash. Pause to consider your offensive options.\nGoverning Stat: Dexterity", "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ], "arm_block": 99, "static_buffs": [ |