sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
- cost: 2480
+ cost: 2500
category: cargoproduct-category-name-service
group: market
ClothingHeadHatCorpsoft: 2
ClothingHeadFishCap: 2
ClothingHeadRastaHat: 2
+ ClothingHeadPropellerHat: 2
ClothingBeltStorageWaistbag: 3
ClothingEyesGlasses: 6
ClothingHandsGlovesColorBlack: 4
FoodSnackSus: 3
FoodSnackSemki: 3
contrabandInventory:
+ FoodSnackSwirlLollipop: 2
FoodSnackSyndi: 3
sprite: Clothing/Head/Hats/solidheadband.rsi
- type: Clothing
sprite: Clothing/Head/Hats/solidheadband.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadPropellerHat
+ name: propeller hat
+ description: You're the bestest boy.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/propellerhat.rsi
+ layers:
+ - state: icon
+ map: [ "enum.ToggleableVisuals.Layer" ]
+ - type: Clothing
+ equippedPrefix: off
+ sprite: Clothing/Head/Hats/propellerhat.rsi
+ - type: ToggleableVisuals
+ spriteLayer: enum.ToggleableVisuals.Layer
+ clothingVisuals:
+ head:
+ - state: on-equipped-HELMET
+ - type: Appearance
+ - type: GenericVisualizer
+ visuals:
+ enum.ToggleableVisuals.Enabled:
+ enum.ToggleableVisuals.Layer:
+ True: {state: icon-on}
+ False: {state: icon}
+ - type: ItemToggle
+ predictable: true
+ soundActivate:
+ path: /Audio/Items/flashlight_on.ogg
+ soundDeactivate:
+ path: /Audio/Items/flashlight_off.ogg
- id: FoodSnackSemki
- id: FoodSnackSus
- id: FoodSnackSyndi
+ - id: FoodSnackSwirlLollipop
- ReagentId: Theobromine
Quantity: 3
+- type: entity
+ name: swirl lollipop
+ parent: FoodSnackBase
+ id: FoodSnackSwirlLollipop
+ description: A swirly circle of pure concentrated sugar. Who's the biggest kid on the playground now?
+ components:
+ - type: Sprite
+ sprite: Objects/Consumable/Food/candy.rsi
+ state: swirl_lollipop
+ - type: Item
+ sprite: Objects/Consumable/Food/candy.rsi
+ heldPrefix: swirl_lollipop
+ size: Small
+ - type: Tag
+ tags:
+ - FoodSnack
+ - ReptilianFood
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 20 # Room for extra condiments
+ reagents:
+ - ReagentId: Sugar
+ Quantity: 15
+ - type: FlavorProfile
+ flavors:
+ - sweet
+ - type: MeleeWeapon
+ wideAnimationRotation: -135
+ damage:
+ types:
+ Blunt: 2
+ soundHit:
+ collection: WeakHit
+
# Trash
- type: entity
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/9bfce7e50375ac0b347c0236aa282de77c001767",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "on-equipped-HELMET",
+ "directions": 4,
+ "delays": [
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1
+ ],
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1
+ ],
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1
+ ],
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1
+ ]
+ ]
+ },
+ {
+ "name": "off-equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-on"
+ }
+ ]
+}
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, swirl_lollipop taken from tgstation at https://github.com/tgstation/tgstation/commit/9bfce7e50375ac0b347c0236aa282de77c001767",
"size": {
"x": 32,
"y": 32
},
{
"name": "orange"
+ },
+ {
+ "name": "swirl_lollipop"
+ },
+ {
+ "name": "swirl_lollipop-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "swirl_lollipop-inhand-left",
+ "directions": 4
}
]
}