add rainbow fish (#20955)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-10-15 23:19:49 +01:00
committed by GitHub
parent 212a89272b
commit bfb5bcda1c
2 changed files with 15 additions and 0 deletions

View File

@@ -128,6 +128,18 @@
- type: TypingIndicator
proto: robot
- type: entity
parent: MobCarp
id: MobCarpRainbow
name: rainbow carp
description: Wow such a shiny fishie!
components:
- type: PointLight
radius: 1.5
energy: 0.5
- type: RgbLightController
layers: [ 0 ]
- type: entity
id: MobCarpSalvage
parent: MobCarp

View File

@@ -33,6 +33,9 @@
#- proto: MobCarpMagic
# cost: 5
# prob: 0.1
- proto: MobCarpRainbow # carp version of rouny...
cost: 3
prob: 0.05
- proto: MobDragonDungeon
cost: 10
prob: 0.02