mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 03:39:16 +00:00
Fred was a panda
This commit is contained in:
@@ -229,6 +229,18 @@
|
||||
],
|
||||
"aggressiveBiomeReshuffle": true,
|
||||
"entitySpawnOverrides": [
|
||||
{
|
||||
"cancelSourceSpawn": true,
|
||||
"entity": "fred",
|
||||
"rarity": 60,
|
||||
"trigger": "VEX"
|
||||
},
|
||||
{
|
||||
"cancelSourceSpawn": true,
|
||||
"entity": "fred",
|
||||
"rarity": 260,
|
||||
"trigger": "PANDA"
|
||||
},
|
||||
{
|
||||
"cancelSourceSpawn": true,
|
||||
"entity": "dan",
|
||||
|
||||
13
entities/fred.json
Normal file
13
entities/fred.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "VEX",
|
||||
"passengers": [
|
||||
{
|
||||
"type": "PANDA",
|
||||
"invulnerable": true,
|
||||
"customName": "&3Fred",
|
||||
"baby": true,
|
||||
"pandaMainGene": "PLAYFUL",
|
||||
"pandaHiddenGene": "AGGRESSIVE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user