Object Description Update For Prototypes (#1986)
* Food Description Update * dice.yml Description Update * Minor drink_cans.yml Update * backpacks.yml Description Update
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
parent: BackpackClothing
|
||||
id: BackpackMime
|
||||
name: mime backpack
|
||||
description:
|
||||
description: A silent backpack made for those silent workers. Silence Co.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Back/Backpacks/mime.rsi
|
||||
@@ -121,7 +121,7 @@
|
||||
parent: BackpackClothing
|
||||
id: BackpackChemistry
|
||||
name: chemistry backpack
|
||||
description:
|
||||
description: A backpack specially designed to repel stains and hazardous liquids.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Back/Backpacks/chemistry.rsi
|
||||
@@ -136,7 +136,7 @@
|
||||
parent: BackpackClothing
|
||||
id: BackpackBotany
|
||||
name: botany backpack
|
||||
description:
|
||||
description: It's a backpack made of all-natural fibers.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Back/Backpacks/botany.rsi
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
parent: DrinkCanBaseFull
|
||||
id: DrinkIceTeaCan
|
||||
name: ice tea can
|
||||
description: ''
|
||||
description: A can of refreshing ice tea.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/ice_tea_can.rsi
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
name: bread (slice)
|
||||
parent: FoodBase
|
||||
id: FoodBreadSlice
|
||||
description:
|
||||
description: A slice of bread.
|
||||
components:
|
||||
- type: Food
|
||||
trash: TrashPlate
|
||||
@@ -207,7 +207,7 @@
|
||||
name: banana bread (slice)
|
||||
parent: FoodBase
|
||||
id: FoodBananaBreadSlice
|
||||
description:
|
||||
description: A slice of delicious banana bread.
|
||||
components:
|
||||
- type: Food
|
||||
trash: TrashPlate
|
||||
@@ -329,7 +329,7 @@
|
||||
name: brain cake (slice)
|
||||
parent: FoodBase
|
||||
id: FoodBrainCakeSlice
|
||||
description: ''
|
||||
description: Braaains.
|
||||
components:
|
||||
- type: Food
|
||||
trash: TrashPlate
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
name: "d100"
|
||||
parent: BaseDice
|
||||
id: d100
|
||||
description: A die with one hundred sides! Probably not fairly weighted...
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 100
|
||||
@@ -26,6 +27,7 @@
|
||||
name: "d20"
|
||||
parent: BaseDice
|
||||
id: d20
|
||||
description: A die with twenty sides. The preferred die to throw at the GM.
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 20
|
||||
@@ -40,6 +42,7 @@
|
||||
name: "d12"
|
||||
parent: BaseDice
|
||||
id: d12
|
||||
description: A die with twelve sides. There's an air of neglect about it.
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 12
|
||||
@@ -54,6 +57,7 @@
|
||||
name: "d10"
|
||||
parent: BaseDice
|
||||
id: d10
|
||||
description: A die with ten sides. Useful for percentages.
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 10
|
||||
@@ -68,6 +72,7 @@
|
||||
name: "d8"
|
||||
parent: BaseDice
|
||||
id: d8
|
||||
description: A die with eight sides. It feels... lucky.
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 8
|
||||
@@ -82,6 +87,7 @@
|
||||
name: "d6"
|
||||
parent: BaseDice
|
||||
id: d6
|
||||
description: A die with six sides. Basic and serviceable.
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 6
|
||||
@@ -96,6 +102,7 @@
|
||||
name: "d4"
|
||||
parent: BaseDice
|
||||
id: d4
|
||||
description: A die with four sides. The nerd's caltrop.
|
||||
components:
|
||||
- type: Dice
|
||||
sides: 4
|
||||
|
||||
Reference in New Issue
Block a user