sprite: Clothing/Uniforms/Jumpskirt/psychologist.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/psychologist.rsi
+
+- type: entity
+ parent: ClothingUniformSkirtBase
+ id: ClothingUniformJumpskirtClown
+ name: clown skirt
+ description: HONK!
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpskirt/clown.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpskirt/clown.rsi
+ - type: Tag
+ tags:
+ - ClownSuit
+ - WhitelistChameleon
\ No newline at end of file
equipment:
jumpsuit: ClothingUniformJumpsuitClown
+- type: loadout
+ id: ClownSkirt
+ equipment:
+ jumpsuit: ClothingUniformJumpskirtClown
+
- type: loadout
id: JesterSuit
equipment:
name: loadout-group-clown-jumpsuit
loadouts:
- ClownSuit
+ - ClownSkirt
- JesterSuit
- JesterAltSuit
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from ParadiseStation at commit https://github.com/ParadiseSS13/Paradise/commit/95c46662c5a5cd4911132da8e695a7cc21fb4297",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}