- add: Uranium Mouse
Просто по приколу
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
- MobMouse
|
- MobMouse
|
||||||
- MobMouse1
|
- MobMouse1
|
||||||
- MobMouse2
|
- MobMouse2
|
||||||
|
- MobMouseUranium
|
||||||
# round ~90m
|
# round ~90m
|
||||||
# one spawner should only spawn ~5 mice for sanity reasons
|
# one spawner should only spawn ~5 mice for sanity reasons
|
||||||
# therefore 18m
|
# therefore 18m
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
- MobMouse
|
- MobMouse
|
||||||
- MobMouse1
|
- MobMouse1
|
||||||
- MobMouse2
|
- MobMouse2
|
||||||
|
- MobMouseUranium
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Cockroach Spawner
|
name: Cockroach Spawner
|
||||||
|
|||||||
@@ -3226,3 +3226,37 @@
|
|||||||
- type: ReplacementAccent
|
- type: ReplacementAccent
|
||||||
accent: nymph
|
accent: nymph
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Uranium mouse
|
||||||
|
description: It's Cancer Mouse, everybody!
|
||||||
|
parent: MobMouse
|
||||||
|
id: MobMouseUranium
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
color: LightGreen
|
||||||
|
- type: PointLight
|
||||||
|
color: LightGreen
|
||||||
|
radius: 5
|
||||||
|
energy: 5
|
||||||
|
netsync: false
|
||||||
|
- type: RadiationSource
|
||||||
|
intensity: 1
|
||||||
|
- type: Bloodstream
|
||||||
|
bloodReagent: UnstableMutagen
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: UncookedAnimalProteins
|
||||||
|
Quantity: 3
|
||||||
|
- ReagentId: Uranium
|
||||||
|
Quantity: 10
|
||||||
|
- type: Butcherable
|
||||||
|
spawned:
|
||||||
|
- id: FoodMeatRat
|
||||||
|
amount: 1
|
||||||
|
- id: SheetUranium1
|
||||||
|
amount: 1
|
||||||
|
- type: Damageable
|
||||||
|
damageContainer: Biological
|
||||||
|
damageModifierSet: Zombie
|
||||||
|
|||||||
@@ -198,6 +198,8 @@
|
|||||||
prob: 0.02
|
prob: 0.02
|
||||||
- id: MobMouse2
|
- id: MobMouse2
|
||||||
prob: 0.02
|
prob: 0.02
|
||||||
|
- id: MobMouseUranium
|
||||||
|
prob: 0.02
|
||||||
specialEntries:
|
specialEntries:
|
||||||
- id: SpawnPointGhostRatKing
|
- id: SpawnPointGhostRatKing
|
||||||
prob: 0.005
|
prob: 0.005
|
||||||
|
|||||||
Reference in New Issue
Block a user