- id: EmergencyOxygenTankFilled
- id: EmergencyMedipen
- id: Flare
- - id: FoodSnackNutribrick
+ - id: FoodBreadNutriBatard
- id: DrinkWaterBottleFull
- type: entity
- id: EmergencyNitrogenTankFilled
- id: EmergencyMedipen
- id: Flare
- - id: FoodSnackNutribrick
+ - id: FoodBreadNutriBatard
- id: DrinkWaterBottleFull
- type: Sprite
layers:
- id: EmergencyOxygenTankFilled
- id: EmergencyMedipen
- id: Flare
- - id: FoodSnackNutribrick
+ - id: FoodBreadCottonNutriBatard
- id: DrinkWaterBottleFull
- type: entity
name: crostini
parent: FoodBreadSliceBase
id: FoodBreadBaguetteSlice
- description: Bon ap-petite!
+ description: Bon ap-pétite!
components:
- type: Sprite
state: crostini
parent: FoodBreadBaguetteSlice
id: FoodBreadBaguetteCottonSlice
name: cotton crostini
- description: Bon az-zetite!
+ description: Bon az-zétite!
components:
- type: Sprite
state: crostini-cotton
damage:
groups:
Brute: 1
+
+- type: entity
+ parent: FoodBreadBase
+ id: FoodBreadNutriBatard
+ name: nutri-bâtard
+ description: bon 'pétite!
+ components:
+ - type: Sprite
+ sprite: Objects/Consumable/Food/Baked/bread.rsi
+ state: batard
+ - type: Item
+ size: Small
+ storedOffset: -1,0
+ heldPrefix: batard
+ - type: Tag
+ tags:
+ - ReptilianFood
+ - type: FlavorProfile
+ flavors:
+ - nutribrick
+ - peppery
+ - salty
+ - bread
+
+- type: entity
+ parent: FoodBreadNutriBatard
+ id: FoodBreadCottonNutriBatard
+ name: cotton nutri-bâtard
+ description: bon 'pétite!
+ components:
+ - type: Edible
+ requiresSpecialDigestion: true
+ - type: Sprite
+ sprite: Objects/Consumable/Food/Baked/bread.rsi
+ state: batard-cotton
+ - type: FlavorProfile
+ flavors:
+ - peppery
+ - salty
+ - bread
+ - type: Tag
+ tags:
+ - ClothMade
+ - type: Item
+ size: Small
+ storedOffset: -1,0
+ heldPrefix: batard-cotton
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 45
+ reagents:
+ - ReagentId: Fiber
+ Quantity: 40
{
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation and modified by potato1234x at https://github.com/tgstation/tgstation/commit/0631fe5bde73a68b4c12bdfa633c30b2cee442d5. Crostini created by Github user deathride58, baguette taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955, cotton made by mlexf (discord 1143460554963427380). Cotton baguette and crostini variants by JuneSzalkowska",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "alpha"
- },
- {
- "name": "alpha2"
- },
- {
- "name": "alpha-filling"
- },
- {
- "name": "alpha-filling2"
- },
- {
- "name": "alpha-slice"
- },
- {
- "name": "alpha-slice2"
- },
- {
- "name": "alpha-slice-filling"
- },
- {
- "name": "alpha-slice2-filling"
- },
- {
- "name": "baguette"
- },
- {
- "name": "baguette-equipped-BELT",
- "directions": 4
- },
- {
- "name": "baguette-inhand-left",
- "directions": 4
- },
- {
- "name": "baguette-inhand-right",
- "directions": 4
- },
- {
- "name": "baguette-cotton"
- },
- {
- "name": "baguette-cotton-equipped-BELT",
- "directions": 4
- },
- {
- "name": "baguette-cotton-inhand-left",
- "directions": 4
- },
- {
- "name": "baguette-cotton-inhand-right",
- "directions": 4
- },
- {
- "name": "banana"
- },
- {
- "name": "banana-slice"
- },
- {
- "name": "buttered-toast"
- },
- {
- "name": "cornbread"
- },
- {
- "name": "cornbread-slice"
- },
- {
- "name": "creamcheese"
- },
- {
- "name": "creamcheese-slice"
- },
- {
- "name": "crostini"
- },
- {
- "name": "crostini-cotton"
- },
- {
- "name": "cotton"
- },
- {
- "name": "cotton-slice"
- },
- {
- "name": "french-toast"
- },
- {
- "name": "garlic-slice"
- },
- {
- "name": "jelly-toast"
- },
- {
- "name": "meat"
- },
- {
- "name": "meat-slice"
- },
- {
- "name": "mimana"
- },
- {
- "name": "mimana-slice"
- },
- {
- "name": "moldy-slice"
- },
- {
- "name": "plain"
- },
- {
- "name": "plain-slice"
- },
- {
- "name": "plate"
- },
- {
- "name": "sausage"
- },
- {
- "name": "sausage-slice"
- },
- {
- "name": "spidermeat"
- },
- {
- "name": "spidermeat-slice"
- },
- {
- "name": "tofu"
- },
- {
- "name": "tofu-slice"
- },
- {
- "name": "two-slice"
- },
- {
- "name": "xenomeat"
- },
- {
- "name": "xenomeat-slice"
- }
- ]
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation and modified by potato1234x at https://github.com/tgstation/tgstation/commit/0631fe5bde73a68b4c12bdfa633c30b2cee442d5. Crostini created by Github user deathride58, baguette taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955, cotton made by mlexf (discord 1143460554963427380). Cotton baguette and crostini variants by JuneSzalkowska. Batard by SurrealShibe (GitHub)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "alpha"
+ },
+ {
+ "name": "alpha2"
+ },
+ {
+ "name": "alpha-filling"
+ },
+ {
+ "name": "alpha-filling2"
+ },
+ {
+ "name": "alpha-slice"
+ },
+ {
+ "name": "alpha-slice2"
+ },
+ {
+ "name": "alpha-slice-filling"
+ },
+ {
+ "name": "alpha-slice2-filling"
+ },
+ {
+ "name": "baguette"
+ },
+ {
+ "name": "baguette-equipped-BELT",
+ "directions": 4
+ },
+ {
+ "name": "baguette-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "baguette-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "baguette-cotton"
+ },
+ {
+ "name": "baguette-cotton-equipped-BELT",
+ "directions": 4
+ },
+ {
+ "name": "baguette-cotton-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "baguette-cotton-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "banana"
+ },
+ {
+ "name": "banana-slice"
+ },
+ {
+ "name": "buttered-toast"
+ },
+ {
+ "name": "cornbread"
+ },
+ {
+ "name": "cornbread-slice"
+ },
+ {
+ "name": "creamcheese"
+ },
+ {
+ "name": "creamcheese-slice"
+ },
+ {
+ "name": "crostini"
+ },
+ {
+ "name": "crostini-cotton"
+ },
+ {
+ "name": "cotton"
+ },
+ {
+ "name": "cotton-slice"
+ },
+ {
+ "name": "french-toast"
+ },
+ {
+ "name": "garlic-slice"
+ },
+ {
+ "name": "jelly-toast"
+ },
+ {
+ "name": "meat"
+ },
+ {
+ "name": "meat-slice"
+ },
+ {
+ "name": "mimana"
+ },
+ {
+ "name": "mimana-slice"
+ },
+ {
+ "name": "moldy-slice"
+ },
+ {
+ "name": "plain"
+ },
+ {
+ "name": "plain-slice"
+ },
+ {
+ "name": "plate"
+ },
+ {
+ "name": "sausage"
+ },
+ {
+ "name": "sausage-slice"
+ },
+ {
+ "name": "spidermeat"
+ },
+ {
+ "name": "spidermeat-slice"
+ },
+ {
+ "name": "tofu"
+ },
+ {
+ "name": "tofu-slice"
+ },
+ {
+ "name": "two-slice"
+ },
+ {
+ "name": "xenomeat"
+ },
+ {
+ "name": "xenomeat-slice"
+ },
+ {
+ "name": "batard"
+ },
+ {
+ "name": "batard-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "batard-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "batard-cotton"
+ },
+ {
+ "name": "batard-cotton-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "batard-cotton-inhand-right",
+ "directions": 4
+ }
+ ]
}