* [Clothing] Samurai hakama
syndicate only.
* meta.json update
Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
* hakama desc
the description of the hakama is shortened
* Update theater.yml
* Update coats.yml
* Update RobustToolbox
* Revert "Update RobustToolbox"
This reverts commit
113dd54a5d0e49a415039f8f03ea1bf87bad04c9.
* dogi
---------
Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
ClothingOuterClownPriest: 1
emaggedInventory:
ClothingShoesBling: 1
+ ClothingOuterDogi: 1
- type: Clothing
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
+- type: entity
+ parent: ClothingOuterStorageBase
+ id: ClothingOuterDogi
+ name: samurai dogi
+ description: Dogi is a type of traditional Japanese clothing. The dogi is made of heavy, durable fabric, it is practical in combat and stylish in appearance. It is decorated with intricate patterns and embroidery on the back.
+ components:
+ - type: Sprite
+ sprite: Clothing\OuterClothing\Coats\dogi.rsi
+ - type: Clothing
+ sprite: Clothing\OuterClothing\Coats\dogi.rsi
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.8
+ Slash: 0.65
+ Piercing: 0.85
+
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatParamedicWB
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by PuroSlavKing (github) for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}