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

View File

@@ -235,34 +235,42 @@
- type: Sprite - type: Sprite
state: plant-25 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 - type: entity
id: PottedPlant26 id: PottedPlant26
parent: PottedPlantBase parent: PottedPlantBase
name: plastic potted plant description: Is it just me, or is it blinking?
description: A fake, cheap looking, plastic tree. Perfect for people who kill every plant they touch.
components: components:
- type: Sprite - type: Sprite
state: plant-26 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 - type: entity
id: PottedPlant27 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: components:
- type: Sprite - type: Sprite
state: plant-27 state: plant-27
- type: entity - type: entity
id: PottedPlant28 id: PottedPlant28
parent: PottedPlant26 parent: PottedPlant27
components: components:
- type: Sprite - type: Sprite
state: plant-28 state: plant-28
- type: entity - type: entity
id: PottedPlant29 id: PottedPlant29
parent: PottedPlant26 parent: PottedPlant27
components: components:
- type: Sprite - type: Sprite
state: plant-29 state: plant-29
- type: entity
id: PottedPlant30
parent: PottedPlant27
components:
- type: Sprite
state: plant-30

View File

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