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

View File

@@ -484,3 +484,87 @@
components: components:
- type: Sprite - type: Sprite
state: tree06 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 offset: 0.2
chance: 0.05 chance: 0.05
prototypes: prototypes:
- FloraTree01 - LightTree01
- FloraTree02 - LightTree02
- FloraTree03 - LightTree03
- FloraTree04 - LightTree04
- FloraTree05 - LightTree05
- FloraTree06 - LightTree06
- FloraTreeLarge01
- FloraTreeLarge02
- FloraTreeLarge03
- CrystalCyan - CrystalCyan
rarePrototypes: rarePrototypes:
- AnomalyFloraBulb - AnomalyFloraBulb
@@ -154,13 +151,15 @@
parent: KudzuFlowerFriendly parent: KudzuFlowerFriendly
components: components:
- type: Kudzu - type: Kudzu
spreadChance: 0.4 spreadChance: 0.2
- type: RandomSpawner - type: RandomSpawner
chance: 0.1 chance: 0.05
rarePrototypes: rarePrototypes:
- AnomalyFloraBulb - AnomalyFloraBulb
- AnomalyFloraBulb
- MobLuminousEntity - MobLuminousEntity
- MobLuminousObject - MobLuminousObject
- MobLuminousPerson
- type: entity - type: entity
id: FleshKudzu 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