Flora anomaly nerf (#25499)

* Update kudzu.yml

* Update living_light.yml

* files

* Update flora.yml

* Update kudzu.yml

* bul

* Update kudzu.yml

* Update living_light.yml

* bullet immune
This commit is contained in:
Ed
2024-02-26 02:41:24 +03:00
committed by GitHub
parent 97d41cf945
commit 656679cb54
10 changed files with 124 additions and 24 deletions

View File

@@ -30,10 +30,6 @@
state: glow
shader: unshaded
- type: MobState
- type: MobThresholds
thresholds:
0: Alive
50: Dead
- type: SlowOnDamage
speedModifierThresholds:
20: 0.5
@@ -94,7 +90,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
damage: 25
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
@@ -128,10 +124,6 @@
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: glow
shader: unshaded
- type: MobThresholds
thresholds:
0: Alive
50: Dead
- type: DamageStateVisuals
states:
Alive:
@@ -159,10 +151,6 @@
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: glow
shader: unshaded
- type: MobThresholds
thresholds:
0: Alive
40: Dead
- type: DamageStateVisuals
states:
Alive:

View File

@@ -484,3 +484,87 @@
components:
- type: Sprite
state: tree06
- type: entity
parent: BaseTree
id: LightTree01
name: glowing tree
description: a marvelous tree filled with strange energy.
components:
- type: PointLight
radius: 2.0
energy: 4.5
color: "#6270bb"
- type: Sprite
sprite: Objects/Decoration/Flora/flora_treeslight.rsi
state: tree01
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 400
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 25
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/tree_fell.ogg
params:
volume: 5
variation: 0.05
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:SpawnEntitiesBehavior
spawn:
Log:
min: 0
max: 1
- !type:SpawnEntitiesBehavior
spawn:
MobLuminousObject:
min: 0
max: 1
- type: entity
parent: LightTree01
id: LightTree02
components:
- type: Sprite
sprite: Objects/Decoration/Flora/flora_treeslight.rsi
state: tree02
- type: entity
parent: LightTree01
id: LightTree03
components:
- type: Sprite
sprite: Objects/Decoration/Flora/flora_treeslight.rsi
state: tree03
- type: entity
parent: LightTree01
id: LightTree04
components:
- type: Sprite
sprite: Objects/Decoration/Flora/flora_treeslight.rsi
state: tree04
- type: entity
parent: LightTree01
id: LightTree05
components:
- type: Sprite
sprite: Objects/Decoration/Flora/flora_treeslight.rsi
state: tree05
- type: entity
parent: LightTree01
id: LightTree06
components:
- type: Sprite
sprite: Objects/Decoration/Flora/flora_treeslight.rsi
state: tree06

View File

@@ -135,15 +135,12 @@
offset: 0.2
chance: 0.05
prototypes:
- FloraTree01
- FloraTree02
- FloraTree03
- FloraTree04
- FloraTree05
- FloraTree06
- FloraTreeLarge01
- FloraTreeLarge02
- FloraTreeLarge03
- LightTree01
- LightTree02
- LightTree03
- LightTree04
- LightTree05
- LightTree06
- CrystalCyan
rarePrototypes:
- AnomalyFloraBulb
@@ -154,13 +151,15 @@
parent: KudzuFlowerFriendly
components:
- type: Kudzu
spreadChance: 0.4
spreadChance: 0.2
- type: RandomSpawner
chance: 0.1
chance: 0.05
rarePrototypes:
- AnomalyFloraBulb
- AnomalyFloraBulb
- MobLuminousEntity
- MobLuminousObject
- MobLuminousPerson
- type: entity
id: FleshKudzu

View File

@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by TheShuEd for Space Station 14",
"size": {
"x": 96,
"y": 96
},
"states": [
{
"name": "tree01"
},
{
"name": "tree02"
},
{
"name": "tree03"
},
{
"name": "tree04"
},
{
"name": "tree05"
},
{
"name": "tree06"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB