diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-18 02:20:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-18 02:20:11 -0300 |
commit | 2158c0b360a2e0aebf762ceeda8f3e3078687087 (patch) | |
tree | 8b107d8600e3a28ec92edb6f6665ca210762f4d0 /items/equip-2hand/item903_SlingShot.xml | |
parent | c373a350752587ce8208763ab5a42dae773fffb2 (diff) | |
download | clientdata-2158c0b360a2e0aebf762ceeda8f3e3078687087.tar.gz clientdata-2158c0b360a2e0aebf762ceeda8f3e3078687087.tar.bz2 clientdata-2158c0b360a2e0aebf762ceeda8f3e3078687087.tar.xz clientdata-2158c0b360a2e0aebf762ceeda8f3e3078687087.zip |
The old translation rules are no longer honored, so remove they from XML
Diffstat (limited to 'items/equip-2hand/item903_SlingShot.xml')
-rw-r--r-- | items/equip-2hand/item903_SlingShot.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/items/equip-2hand/item903_SlingShot.xml b/items/equip-2hand/item903_SlingShot.xml index 577b3e0f..c6f3f35b 100644 --- a/items/equip-2hand/item903_SlingShot.xml +++ b/items/equip-2hand/item903_SlingShot.xml @@ -1,9 +1,5 @@ <?xml version="1.0"?> <items> - <its:translateRule selector="//item/@name" translate="yes"/> - <its:translateRule selector="//item/@description" translate="yes"/> - <its:translateRule selector="//item/@effect" translate="yes"/> - <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="903" image="equipment/weapon/slingshot-icon.png|G:#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;R:#332c19,443a20,453b1e,61532d,87733d,a58d4d" name="Sling Shot" description="In the right hands, everything is a weapon." type="equip-2hand" attack-action="attack_bow" attack="5" attack-range="3" weight="10" missile-particle="graphics/particles/stoneprojectile.particle.xml"> <sprite gender="unisex">equipment/weapons/bow-slingshot.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> |