9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Fred was a panda

This commit is contained in:
Daniel Mills
2020-10-19 06:03:33 -04:00
parent 15df01b702
commit c2a0dc7ab5
2 changed files with 25 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,13 @@
{
"type": "VEX",
"passengers": [
{
"type": "PANDA",
"invulnerable": true,
"customName": "&3Fred",
"baby": true,
"pandaMainGene": "PLAYFUL",
"pandaHiddenGene": "AGGRESSIVE"
}
]
}