New plant
This commit is contained in:
ERROR404
2023-12-20 09:57:02 +05:00
committed by GitHub
parent 32b8df1ffa
commit fe1c301be5
8 changed files with 33 additions and 11 deletions

View File

@@ -35,6 +35,7 @@
- PottedPlant22
- PottedPlant23
- PottedPlant24
- PottedPlant26
chance: 1
- type: entity
@@ -46,12 +47,12 @@
layers:
- state: red
- sprite: Structures/Furniture/potted_plants.rsi
state: plant-26
state: plant-27
- type: RandomSpawner
offset: 0
prototypes:
- PottedPlant26
- PottedPlant27
- PottedPlant28
- PottedPlant29
- PottedPlant30
chance: 1

View File

@@ -235,34 +235,42 @@
- type: Sprite
state: plant-25
#these are all the plastic plants. They inherit from the first one because they don't have
#enough differences to warrant getting a unique abstract prototype. It's just the name and description.
- type: entity
id: PottedPlant26
parent: PottedPlantBase
name: plastic potted plant
description: A fake, cheap looking, plastic tree. Perfect for people who kill every plant they touch.
description: Is it just me, or is it blinking?
components:
- type: Sprite
state: plant-26
#these are all the plastic plants. They inherit from the first one because they don't have
#enough differences to warrant getting a unique abstract prototype. It's just the name and description.
- type: entity
id: PottedPlant27
parent: PottedPlant26
parent: PottedPlantBase
name: plastic potted plant
description: A fake, cheap looking, plastic tree. Perfect for people who kill every plant they touch.
components:
- type: Sprite
state: plant-27
- type: entity
id: PottedPlant28
parent: PottedPlant26
parent: PottedPlant27
components:
- type: Sprite
state: plant-28
- type: entity
id: PottedPlant29
parent: PottedPlant26
parent: PottedPlant27
components:
- type: Sprite
state: plant-29
- type: entity
id: PottedPlant30
parent: PottedPlant27
components:
- type: Sprite
state: plant-30