chili/chilly peppers sprite alignment fix & minor refactorization (#25971)
* png alignment and minor refactorization * Update migration.yml --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ seeds-nettle-display-name = nettles
|
||||
seeds-deathnettle-name = death nettle
|
||||
seeds-deathnettle-display-name = death nettles
|
||||
seeds-chili-name = chili
|
||||
seeds-chili-display-name = chilis
|
||||
seeds-chili-display-name = chili peppers
|
||||
seeds-chilly-name = chilly
|
||||
seeds-chilly-display-name = chilly peppers
|
||||
seeds-poppy-name = poppy
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
- FoodOnion
|
||||
- FoodOnionRed
|
||||
- FoodMushroom
|
||||
- FoodChili
|
||||
- FoodChilly
|
||||
- FoodChiliPepper
|
||||
- FoodChillyPepper
|
||||
- FoodAloe
|
||||
- FoodPoppy
|
||||
- FoodLingzhi
|
||||
|
||||
@@ -1133,9 +1133,9 @@
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
name: chili
|
||||
name: chili pepper
|
||||
parent: FoodProduceBase
|
||||
id: FoodChili
|
||||
id: FoodChiliPepper
|
||||
description: Spicy, best not touch your eyes.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
@@ -1163,7 +1163,7 @@
|
||||
- type: entity
|
||||
name: chilly pepper
|
||||
parent: FoodProduceBase
|
||||
id: FoodChilly
|
||||
id: FoodChillyPepper
|
||||
description: Icy hot.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
|
||||
@@ -898,7 +898,7 @@
|
||||
plantRsi: Objects/Specific/Hydroponics/chili.rsi
|
||||
packetPrototype: ChiliSeeds
|
||||
productPrototypes:
|
||||
- FoodChili
|
||||
- FoodChiliPepper
|
||||
mutationPrototypes:
|
||||
- chilly
|
||||
harvestRepeat: Repeat
|
||||
@@ -931,7 +931,7 @@
|
||||
plantRsi: Objects/Specific/Hydroponics/chilly.rsi
|
||||
packetPrototype: ChillySeeds
|
||||
productPrototypes:
|
||||
- FoodChilly
|
||||
- FoodChillyPepper
|
||||
harvestRepeat: Repeat
|
||||
lifespan: 25
|
||||
maturation: 6
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
FoodBreadBun: 1
|
||||
FoodMeat: 2
|
||||
FoodCheeseSlice: 2
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodCabbage: 1
|
||||
CrayonGreen: 1
|
||||
Flare: 1
|
||||
@@ -177,7 +177,7 @@
|
||||
solids:
|
||||
FoodBreadBun: 1
|
||||
FoodMeat: 1
|
||||
FoodChili: 3
|
||||
FoodChiliPepper: 3
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeGhostBurger
|
||||
@@ -675,7 +675,7 @@
|
||||
solids:
|
||||
FoodRiceBoiled: 1
|
||||
FoodMeatCutlet: 3
|
||||
FoodChili: 2
|
||||
FoodChiliPepper: 2
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeEggRice
|
||||
@@ -894,7 +894,7 @@
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodBungo: 2
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
|
||||
#Pies
|
||||
|
||||
@@ -965,7 +965,7 @@
|
||||
time: 15
|
||||
solids:
|
||||
FoodDoughPie: 1
|
||||
FoodChilly: 3
|
||||
FoodChillyPepper: 3
|
||||
FoodPlateTin: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
@@ -1063,7 +1063,7 @@
|
||||
solids:
|
||||
FoodDough: 1
|
||||
FoodCheeseSlice: 2
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodMeatFish: 2
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
@@ -1504,7 +1504,7 @@
|
||||
time: 20
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodOnionSlice: 1
|
||||
FoodTomato: 1
|
||||
@@ -1537,7 +1537,7 @@
|
||||
time: 30
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodOnionSlice: 1
|
||||
FoodTomato: 1
|
||||
@@ -1552,7 +1552,7 @@
|
||||
#reagents:
|
||||
#blackpepper: 5
|
||||
solids:
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodCheeseSlice: 2
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
@@ -1572,7 +1572,7 @@
|
||||
result: FoodMealEnchiladas
|
||||
time: 20
|
||||
solids:
|
||||
FoodChili: 2
|
||||
FoodChiliPepper: 2
|
||||
FoodMeatCutlet: 1
|
||||
FoodCorn: 1
|
||||
|
||||
@@ -1740,7 +1740,7 @@
|
||||
result: FoodMeatHawaiianKebab
|
||||
time: 5
|
||||
solids:
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodPineappleSlice: 1
|
||||
FoodKebabSkewer: 1
|
||||
@@ -1751,7 +1751,7 @@
|
||||
result: FoodMeatFiestaKebab
|
||||
time: 5
|
||||
solids:
|
||||
FoodChili: 1
|
||||
FoodChiliPepper: 1
|
||||
FoodCorn: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodTomato: 1
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 279 B |
Binary file not shown.
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 200 B |
@@ -254,6 +254,8 @@ AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked
|
||||
ClothingBackpackFilledDetective: ClothingBackpackSecurityFilledDetective
|
||||
ClothingBackpackDuffelFilledDetective: ClothingBackpackDuffelSecurityFilledDetective
|
||||
ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDetective
|
||||
FoodChili: FoodChiliPepper
|
||||
FoodChilly: FoodChillyPepper
|
||||
|
||||
# 2024-03-11
|
||||
ImprovisedExplosive: FireBomb
|
||||
|
||||
Reference in New Issue
Block a user