This commit is contained in:
Alex
2023-10-16 08:34:17 +03:00
committed by GitHub
parent c3e303b80b
commit 101cc347dd

View File

@@ -185,7 +185,8 @@
factions: factions:
- SimpleHostile - SimpleHostile
- type: RadiationSource - type: RadiationSource
intensity: 0.3 intensity: 2
slope: 0.3
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -198,8 +199,8 @@
- !type:SpawnEntitiesBehavior - !type:SpawnEntitiesBehavior
spawn: spawn:
UraniumOre1: UraniumOre1:
min: 4 min: 8
max: 6 max: 10
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: PointLight - type: PointLight