Skip to content

Commit

Permalink
candy (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof authored and DebugOk committed Oct 8, 2023
1 parent b92d1a9 commit 65c3a11
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
#- type: entity
# parent: FoodBase
# id: FoodLollipop
# name: lollipop
# description: For being such a good sport.
# components:
# - type: SolutionContainerManager
# solutions:
# food:
# maxVol: 15
# reagents:
# - ReagentId: Sugar
# Quantity: 3
# - ReagentId: Nutriment
# Quantity: 3
# - ReagentId: Omnizine
# Quantity: 3
# - ReagentId: Iron
# Quantity: 3
# - ReagentId: Vitamin
# Quantity: 3
# - type: Sprite
# sprite: Objects/Consumable/Food/candy.rsi
# state: lollipop
- type: entity
parent: FoodBase
id: FoodLollipop
name: lollipop
description: For being such a good sport.
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Sugar
Quantity: 3
- ReagentId: Nutriment
Quantity: 3
- ReagentId: Omnizine
Quantity: 3
- ReagentId: Iron
Quantity: 3
- ReagentId: Vitamin
Quantity: 3
- type: Sprite
sprite: Nyanotrasen/Objects/Consumable/Food/candy.rsi
state: lollipop

#- type: entity
# parent: FoodBase
# id: FoodGumball
# name: gumball
# description: For being such a good sport.
# components:
# - type: SolutionContainerManager
# solutions:
# food:
# maxVol: 15
# reagents:
# - ReagentId: Sugar
# Quantity: 5
# - ReagentId: Kelotane
# Quantity: 3
# - ReagentId: Tricordrazine
# Quantity: 3
# - ReagentId: Dylovene
# Quantity: 3
# - type: Sprite
# sprite: Objects/Consumable/Food/candy.rsi
# state: gumball
- type: entity
parent: FoodBase
id: FoodGumball
name: gumball
description: For being such a good sport.
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Sugar
Quantity: 5
- ReagentId: Kelotane
Quantity: 3
- ReagentId: Tricordrazine
Quantity: 3
- ReagentId: Dylovene
Quantity: 3
- type: Sprite
sprite: Nyanotrasen/Objects/Consumable/Food/candy.rsi
state: gumball
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "gumball"
},
{
"name": "lollipop"
}
]
}

0 comments on commit 65c3a11

Please sign in to comment.