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

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation",
"copyright": "Taken from tgstation, plant-26 made by Fazansen(https://github.com/Fazansen)",
"size": {
"x": 32,
"y": 32
@@ -227,7 +227,12 @@
"name": "plant-26",
"delays": [
[
1.0
5,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
@@ -254,6 +259,14 @@
1.0
]
]
},
{
"name": "plant-30",
"delays": [
[
1.0
]
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B