diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 2b37556c7c..75ee53e73c 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/drinks_cans.yml b/Resources/Prototypes/Entities/Objects/Consumable/drinks_cans.yml index 98efe1543c..0723ed75d4 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/drinks_cans.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/drinks_cans.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/food.yml b/Resources/Prototypes/Entities/Objects/Consumable/food.yml index 5a1c3e677e..77c33ed7b0 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/food.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/food.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Fun/dice.yml b/Resources/Prototypes/Entities/Objects/Fun/dice.yml index 75c6145c96..041f65a0c8 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/dice.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/dice.yml @@ -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