feat: initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"health": 250.0,
|
||||
"movementSpeed": 0.25,
|
||||
"attackDamage": 6.0,
|
||||
"chargingTime": 200,
|
||||
"largeFireballAmount": 6,
|
||||
"largeFireballChance": 20,
|
||||
"blazeSpawnCount": 4,
|
||||
"canAttack": true,
|
||||
"canSpawn": true,
|
||||
"peacefulDespawn": true
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.3,
|
||||
"flyingSpeed": 0.5,
|
||||
"followRange": 64.0,
|
||||
"canSpawn": true,
|
||||
"maxSpawnedInChunk": 5
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.25,
|
||||
"attackDamage": 2.0,
|
||||
"maxSpawnedInChunk": 4,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 60,
|
||||
"minGroupSize": 5,
|
||||
"maxGroupSize": 8,
|
||||
"biomes": [
|
||||
"minecraft:river",
|
||||
"minecraft:beach",
|
||||
"minecraft:swamp",
|
||||
"minecraft:mangrove_swamp"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorVariants": {
|
||||
"colorRedWeight": 45,
|
||||
"colorBlueWeight": 10,
|
||||
"colorWhiteWeight": 45
|
||||
},
|
||||
"scalingVariants": {
|
||||
"scalingNormalWeight": 30,
|
||||
"scalingSmallWeight": 30,
|
||||
"scalingLargeWeight": 25,
|
||||
"scalingExtraLargeWeight": 15
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 60.0,
|
||||
"movementSpeed": 0.25,
|
||||
"attackDamage": 7.0,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 15,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:windswept_savanna"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.25,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 26,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 6,
|
||||
"biomes": [
|
||||
"minecraft:river",
|
||||
"minecraft:swamp"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 30.0,
|
||||
"movementSpeed": 0.3,
|
||||
"attackDamage": 4.0,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 15,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:windswept_savanna"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorWeights": {
|
||||
"color1Weight": 50,
|
||||
"color2Weight": 50,
|
||||
"colorAlbinoWeight": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.17,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 50,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 8,
|
||||
"biomes": [
|
||||
"minecraft:jungle",
|
||||
"minecraft:sparse_jungle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 8,
|
||||
"biomes": [
|
||||
"minecraft:bamboo_jungle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 8,
|
||||
"biomes": [
|
||||
"minecraft:savanna_plateau"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 20.0,
|
||||
"movementSpeed": 0.33,
|
||||
"attackDamage": 5.0,
|
||||
"maxSpawnedInChunk": 4,
|
||||
"allowAllMeatAsFood": true,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 12,
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4,
|
||||
"biomes": [
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:windswept_savanna"
|
||||
]
|
||||
}
|
||||
],
|
||||
"genderWeights": {
|
||||
"maleWeight": 50,
|
||||
"femaleWeight": 50
|
||||
},
|
||||
"colorWeights": {
|
||||
"color1Weight": 99,
|
||||
"colorWhiteWeight": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ambientMode": false,
|
||||
"doBananaDrops": true,
|
||||
"bananaDropChance": 45.0
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 1.0,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 12,
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:ocean",
|
||||
"minecraft:deep_ocean",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean",
|
||||
"minecraft:river"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorVariants": {
|
||||
"colorBlueVariant": 50,
|
||||
"colorBrownVariant": 50
|
||||
},
|
||||
"scalingVariants": {
|
||||
"scalingNormalWeight": 30,
|
||||
"scalingSmallVariant": 30,
|
||||
"scalingLargeVariant": 25,
|
||||
"scalingExtraLargeWeight": 15
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 6.0,
|
||||
"movementSpeed": 0.23,
|
||||
"attackDamage": 3.0,
|
||||
"maxSpawnedInChunk": 7,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 50,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:jungle",
|
||||
"minecraft:windswept_savanna",
|
||||
"minecraft:sparse_jungle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:bamboo_jungle"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 180.0,
|
||||
"movementSpeed": 0.26,
|
||||
"attackDamage": 10.0,
|
||||
"weaponDropChance": 15.0,
|
||||
"spawning": {
|
||||
"spawnWeight": 15,
|
||||
"minSpawnCount": 1,
|
||||
"maxSpawnCount": 2
|
||||
},
|
||||
"weaponNames": {
|
||||
"swordNames": [
|
||||
"Edge of Suffering",
|
||||
"Dragon\u0027s Curse",
|
||||
"The Soul Harvester",
|
||||
"Bloodseeker",
|
||||
"Soul Reaper",
|
||||
"Doomblade"
|
||||
],
|
||||
"axeNames": [
|
||||
"Demonic Soul Collector",
|
||||
"The Reaper\u0027s Scythe",
|
||||
"The Soul Reaper",
|
||||
"The Soul Collector"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"health": 20.0,
|
||||
"movementSpeed": 0.25,
|
||||
"canBeRidden": true,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 15,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:windswept_savanna"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.25,
|
||||
"flyingSpeed": 0.5,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 22,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 6,
|
||||
"biomes": [
|
||||
"minecraft:forest",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:old_growth_birch_forest",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:wooded_badlands",
|
||||
"minecraft:taiga",
|
||||
"minecraft:old_growth_pine_taiga",
|
||||
"minecraft:old_growth_spruce_taiga",
|
||||
"minecraft:cherry_grove"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorWeights": {
|
||||
"colorWhiteWeight": 33,
|
||||
"colorBrownWeight": 33,
|
||||
"colorBlackWeight": 33
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"health": 8.0,
|
||||
"movementSpeed": 0.25,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"talkInterval": 200,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 15,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:windswept_savanna"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:jungle",
|
||||
"minecraft:windswept_savanna",
|
||||
"minecraft:sparse_jungle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:bamboo_jungle"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.25,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"talkInterval": 180,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 12,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 6,
|
||||
"biomes": [
|
||||
"minecraft:snowy_plains",
|
||||
"minecraft:snowy_slopes",
|
||||
"minecraft:snowy_beach"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 6,
|
||||
"biomes": [
|
||||
"minecraft:snowy_taiga"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.23,
|
||||
"attackDamage": 2.0,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 16,
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:plains",
|
||||
"minecraft:forest",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:old_growth_birch_forest",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:cherry_grove"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"health": 4.0,
|
||||
"movementSpeed": 0.2,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 19,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean",
|
||||
"minecraft:ocean",
|
||||
"minecraft:deep_ocean"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorWeights": {
|
||||
"colorRedWeight": 20,
|
||||
"colorBlueWeight": 20,
|
||||
"colorGreenWeight": 20,
|
||||
"colorYellowWeight": 20,
|
||||
"colorPurpleWeight": 20
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"canAttack": true,
|
||||
"health": 22.0,
|
||||
"movementSpeed": 1.05,
|
||||
"attackDamage": 6.0,
|
||||
"maxSpawnedInChunk": 3,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 13,
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 3,
|
||||
"biomes": [
|
||||
"minecraft:ocean",
|
||||
"minecraft:deep_ocean",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.2,
|
||||
"maxSpawnedInChunk": 5,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 20,
|
||||
"minGroupSize": 5,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:mushroom_fields"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorWeights": {
|
||||
"colorBrownWeight": 50,
|
||||
"colorRedWeight": 50
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"health": 4.0,
|
||||
"movementSpeed": 0.1,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 12,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 5,
|
||||
"biomes": [
|
||||
"minecraft:plains",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:swamp",
|
||||
"minecraft:forest",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:river",
|
||||
"minecraft:cherry_grove"
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 6,
|
||||
"biomes": [
|
||||
"minecraft:mushroom_fields"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user