diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-26 14:07:11 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-26 14:07:11 -0700 |
commit | 4d9880fb5ed4fb796c107d2e601d87480f23cc98 (patch) | |
tree | 117506cf1de99a76ef5831d872c84c1d73a84a69 /tile_config.json | |
parent | Fix rotation on urban_3 (diff) | |
download | cataclysm-dda-tileset_undeadpeople-4d9880fb5ed4fb796c107d2e601d87480f23cc98.tar.xz |
Add aliases for small quadruped armors.
Diffstat (limited to 'tile_config.json')
-rw-r--r-- | tile_config.json | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index cf0c921..aa5077c 100644 --- a/tile_config.json +++ b/tile_config.json @@ -3233,20 +3233,36 @@ {"id": "veil_wedding", "fg": 1816}, {"id": "acidchitin_harness_dog", "fg": 1817}, {"id": "overlay_wielded_acidchitin_harness_dog", "fg": 1817}, +{"id": "acidchitin_armor_small_quadruped", "fg": 1817}, +{"id": "overlay_wielded_acidchitin_armor_small_quadruped", "fg": 1817}, +{"id": "chainmail_armor_small_quadruped", "fg": 1818}, +{"id": "overlay_wielded_chainmail_armor_small_quadruped", "fg": 1818}, {"id": "chainmail_harness_dog", "fg": 1818}, {"id": "overlay_wielded_chainmail_harness_dog", "fg": 1818}, +{"id": "chitin_armor_small_quadruped", "fg": 1819}, +{"id": "overlay_wielded_chitin_armor_small_quadruped", "fg": 1819}, {"id": "chitin_harness_dog", "fg": 1819}, {"id": "overlay_wielded_chitin_harness_dog", "fg": 1819}, {"id": "kevlar_harness", "fg": 1820}, {"id": "overlay_wielded_kevlar_harness", "fg": 1820}, +{"id": "kevlar_armor_small_quadruped", "fg": 1820}, +{"id": "overlay_wielded_kevlar_armor_small_quadruped", "fg": 1820}, {"id": "leatherbone_harness_dog", "fg": 1821}, {"id": "overlay_wielded_leatherbone_harness_dog", "fg": 1821}, +{"id": "leatherbone_armor_small_quadruped", "fg": 1821}, +{"id": "overlay_wielded_leatherbone_armor_small_quadruped", "fg": 1821}, {"id": "leather_harness_dog", "fg": 1822}, {"id": "overlay_wielded_leather_harness_dog", "fg": 1822}, -{"id": "overlay_wielded_rubber_harness_dog", "fg": 1823}, +{"id": "leather_armor_small_quadruped", "fg": 1822}, +{"id": "overlay_wielded_leather_armor_small_quadruped", "fg": 1822}, {"id": "rubber_harness_dog", "fg": 1823}, -{"id": "overlay_wielded_superalloy_harness_dog", "fg": 1824}, +{"id": "overlay_wielded_rubber_harness_dog", "fg": 1823}, +{"id": "rubber_armor_small_quadruped", "fg": 1823}, +{"id": "overlay_wielded_rubber_armor_small_quadruped", "fg": 1823}, {"id": "superalloy_harness_dog", "fg": 1824}, +{"id": "overlay_wielded_superalloy_harness_dog", "fg": 1824}, +{"id": "superalloy_armor_small_quadruped", "fg": 1824}, +{"id": "overlay_wielded_superalloy_armor_small_quadruped", "fg": 1824}, {"id": "acidchitin_armor_horse", "fg": 1825}, {"id": "overlay_wielded_acidchitin_armor_horse", "fg": 1825}, {"id": "chainmail_armor_horse", "fg": 1826}, @@ -3264,6 +3280,9 @@ {"id": "overlay_wielded_saddlebag", "fg": 1832}, {"id": "saddlebag", "fg": 1832}, {"id": "overlay_worn_saddlebag", "fg": 1833}, +{"id": "overlay_wielded_saddlebag_small_quadruped", "fg": 1832}, +{"id": "saddlebag_small_quadruped", "fg": 1832}, +{"id": "overlay_worn_saddlebag_small_quadruped", "fg": 1833}, {"id": "depowered_armor", "fg": 1834, "bg": 9172, "rotates": false}, {"id": "overlay_wielded_depowered_armor", "fg": 1834, "rotates": false}, {"id": "overlay_worn_depowered_armor", "fg": 1835, "rotates": false}, |