|
|
@@ -0,0 +1,634 @@
|
|
|
+- type: entity
|
|
|
+ name: training sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_training_sword
|
|
|
+ description: A wood sword used for nonlethal practice.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/wood_sword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Blunt: 1
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/wood_sword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+ - type: Construction
|
|
|
+ graph: civ13_sword_training_sword
|
|
|
+ node: end
|
|
|
+- type: entity
|
|
|
+ name: bokken
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_bokken
|
|
|
+ description: A bamboo sword used for nonlethal practice.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/bokken_sword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Blunt: 1
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/bokken_sword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+ - type: Construction
|
|
|
+ graph: civ13_sword_bokken
|
|
|
+ node: end
|
|
|
+- type: entity
|
|
|
+ name: katana
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_katana
|
|
|
+ description: >-
|
|
|
+ A sword used by the japanese for centuries. Made to slice and slash, not
|
|
|
+ chop or saw.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/katana.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 44
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/katana.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: wakazashi
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_wakazashi
|
|
|
+ description: >-
|
|
|
+ A sword used by the japanese for centuries. Made to slice and slash, not
|
|
|
+ chop or saw. Often paired with a katana.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/wakazashi.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 39
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/wakazashi.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: small sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_small_sword
|
|
|
+ description: A common european sword, with about one meter in length.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/smallsword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 33
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/smallsword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: spadroon
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_spadroon
|
|
|
+ description: A medium sword with a straight blade. Common among the military.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/spadroon.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 44
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/spadroon.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: arming sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_arming_sword
|
|
|
+ description: A very common medieval medium-sized sword.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/armingsword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 50
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/armingsword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: carolingian sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_carolingian_sword
|
|
|
+ description: A medium-size sword with a rounded tip used by the vikings.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/viking_sword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 6
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/viking_sword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: mersks sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_mersks_sword
|
|
|
+ description: A very common medieval medium-sized sword.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/mersksword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 6
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/mersksword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: bolo
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_bolo
|
|
|
+ description: A very common filipino machete like sword.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/bolo.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 50
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/bolo.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: kukri
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_kukri
|
|
|
+ description: >-
|
|
|
+ A very distinctly shaped machete originating in the outback for hacking
|
|
|
+ through thick brush.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/kukri.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 50
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/kukri.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: cutlass
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_cutlass
|
|
|
+ description: A medium-sized, curved sword, preferred by pirates.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/cutlass.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 39
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/cutlass.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: scimitar
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_scimitar
|
|
|
+ description: A medium-sized, curved sword, preferred by arabs.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/scimitar.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 39
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/scimitar.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: longquan
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_longquan
|
|
|
+ description: A medium-sized oriental sword; preferred by chinese warriors & soldiers.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/longquan.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 39
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/longquan.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: saif
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_saif
|
|
|
+ description: A medium sword, original from the arab peninsula.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/umar_sword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 44
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/umar_sword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: sabre
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_sabre
|
|
|
+ description: A small, slightly curved sword, favored by cavalry and light infantry units.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/sabre.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 41
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/sabre.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: longsword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_longsword
|
|
|
+ description: A sword with a long blade. Commonly used in the medieval era.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/longsword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 55
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/longsword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: Zweihander
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_Zweihander
|
|
|
+ description: A German sword used by knights.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/zweihander.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 105
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/zweihander.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: claymore
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_claymore
|
|
|
+ description: A Scottish longsword.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/claymore.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 99
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/claymore.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: rapier
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_rapier
|
|
|
+ description: >-
|
|
|
+ A light sword with a thin, stright blade. Commonly used by officers and
|
|
|
+ nobility.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/rapier.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 36
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/rapier.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: broadsword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_broadsword
|
|
|
+ description: A sword with a long thick blade. Commonly used in the medieval era.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/broadsword.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 121
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/broadsword.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: gladius
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_gladius
|
|
|
+ description: A relatively small sword, used by Roman soldiers.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/gladius.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 33
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/gladius.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: gaelic shortsword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_gaelic_shortsword
|
|
|
+ description: A relatively small sword with a dramatic hilt, used by Gaelic warriors.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/gaelic_short.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 33
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/gaelic_short.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: khopesh
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_khopesh
|
|
|
+ description: A curved sword, used by soldiers of egyptian dynasties & desert warriors.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/khopesh.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 41
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/khopesh.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: xiphos
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_xiphos
|
|
|
+ description: A small sword, used by hellenic soldiers.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/gladius.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 41
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/gladius.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: balgruuf's imperial steel sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_balgruufs_imperial_steel_sword
|
|
|
+ description: >-
|
|
|
+ A sword with a steel blade commonly used by the empire. This one was
|
|
|
+ especially forged for balgruuf.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/imperial.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 55
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/imperial.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: longclaw
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_longclaw
|
|
|
+ description: >-
|
|
|
+ The Longclaw is a ancestral Valyrian steel bastard sword from the house of
|
|
|
+ mormont.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/longclaw.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 55
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/longclaw.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: shashka sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_shashka_sword
|
|
|
+ description: A caucasian sabre, very sharp and meant to be used single-handedly.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/shashka.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 39
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/shashka.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: ceremonial saif sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_ceremonial_saif_sword
|
|
|
+ description: >-
|
|
|
+ A ceremonial reproduction of a saif with a thin, stright blade. Commonly
|
|
|
+ used by officers and nobility.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/arabsword1.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 41
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/arabsword1.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: ceremonial scimitar sword
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_ceremonial_scimitar_sword
|
|
|
+ description: >-
|
|
|
+ A ceremonial reproduction of a scimitar with thin, curved blade. Commonly
|
|
|
+ used by officers and nobility.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/arabsword2.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 43
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/arabsword2.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: entity
|
|
|
+ name: uruk-hai scimitar
|
|
|
+ parent: BaseSword
|
|
|
+ id: civ13_sword_uruk_hai_scimitar
|
|
|
+ description: A broad sword with a curved tip.
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ sprite: Civ14/Weapons/urukhaiscimitar.rsi
|
|
|
+ - type: MeleeWeapon
|
|
|
+ damage:
|
|
|
+ types:
|
|
|
+ Slash: 55
|
|
|
+ soundHit:
|
|
|
+ path: /Audio/Weapons/bladeslice.ogg
|
|
|
+ - type: Item
|
|
|
+ sprite: Civ14/Weapons/urukhaiscimitar.rsi
|
|
|
+ - type: DisarmMalus
|
|
|
+
|
|
|
+- type: construction
|
|
|
+ name: training sword
|
|
|
+ id: civ13_sword_training_sword
|
|
|
+ graph: civ13_sword_training_sword
|
|
|
+ startNode: start
|
|
|
+ targetNode: end
|
|
|
+ category: weapons
|
|
|
+ description: A wood sword used for nonlethal practice.
|
|
|
+ icon:
|
|
|
+ sprite: Civ14/Weapons/wood_sword.rsi
|
|
|
+ state: icon
|
|
|
+ objectType: Item
|
|
|
+ agemin: 1
|
|
|
+ agemax: 8
|
|
|
+
|
|
|
+- type: constructionGraph
|
|
|
+ id: civ13_sword_training_sword
|
|
|
+ start: start
|
|
|
+ graph:
|
|
|
+ - node: start
|
|
|
+ edges:
|
|
|
+ - to: end
|
|
|
+ steps:
|
|
|
+ - material: WoodPlank
|
|
|
+ amount: 8
|
|
|
+ doAfter: 8
|
|
|
+ - node: end
|
|
|
+ entity: civ13_sword_training_sword
|
|
|
+- type: construction
|
|
|
+ name: bokken
|
|
|
+ id: civ13_sword_bokken
|
|
|
+ graph: civ13_sword_bokken
|
|
|
+ startNode: start
|
|
|
+ targetNode: end
|
|
|
+ category: weapons
|
|
|
+ description: A bamboo sword used for nonlethal practice.
|
|
|
+ icon:
|
|
|
+ sprite: Civ14/Weapons/bokken_sword.rsi
|
|
|
+ state: icon
|
|
|
+ objectType: Item
|
|
|
+ agemin: 2
|
|
|
+ agemax: 8
|
|
|
+
|
|
|
+- type: constructionGraph
|
|
|
+ id: civ13_sword_bokken
|
|
|
+ start: start
|
|
|
+ graph:
|
|
|
+ - node: start
|
|
|
+ edges:
|
|
|
+ - to: end
|
|
|
+ steps:
|
|
|
+ - material: WoodPlank
|
|
|
+ amount: 8
|
|
|
+ doAfter: 8
|
|
|
+ - node: end
|
|
|
+ entity: civ13_sword_bokken
|