Added spawn buildings for every biome

This commit is contained in:
kuroppoi 2022-01-14 05:56:31 +01:00
parent 7cf151096c
commit 91f969c3a3
29 changed files with 74 additions and 4 deletions

View file

@ -38,10 +38,10 @@
"dungeon_small_4"
],
"spawn_towers": [
"plain_spawn_tower_1",
"plain_spawn_tower_2",
"plain_spawn_tower_3",
"plain_spawn_tower_4"
"spawn_building_plain_1",
"spawn_building_plain_2",
"spawn_building_plain_3",
"spawn_building_plain_4"
],
"base_resources": {
"clay": {
@ -247,6 +247,10 @@
"dungeon_small_3",
"dungeon_small_4"
],
"spawn_towers": [
"spawn_building_arctic_1",
"spawn_building_arctic_2"
],
"dungeon_chance": 0.333,
"base_resources": {
"clay": {
@ -435,6 +439,9 @@
"dungeon_small_3",
"dungeon_small_4"
],
"spawn_towers": [
"spawn_building_hell_1"
],
"dungeon_chance": 0.375,
"base_resources": {
"clay": {
@ -585,6 +592,9 @@
"dungeon_small_3",
"dungeon_small_4"
],
"spawn_towers": [
"spawn_building_brain_1"
],
"dungeon_chance": 0.4,
"base_resources": {
"rocks": {
@ -727,6 +737,10 @@
"dungeon_small_3",
"dungeon_small_4"
],
"spawn_towers": [
"spawn_building_desert_1",
"spawn_building_desert_2"
],
"dungeon_chance": 0.333,
"base_resources": {
"clay": {
@ -890,6 +904,9 @@
"dungeon_small_3",
"dungeon_small_4"
],
"spawn_towers": [
"spawn_building_deep_1"
],
"dungeon_region": [81, 85],
"dungeon_chance": 0.4,
"base_resources": {
@ -1035,6 +1052,9 @@
"dungeon_small_3",
"dungeon_small_4"
],
"spawn_towers": [
"spawn_building_space_1"
],
"dungeon_region": [81, 81],
"dungeon_chance": 0.333,
"base_resources": {

View file

@ -0,0 +1,8 @@
{
"ruin": true,
"decay": true,
"mirrorable": true,
"replace": {},
"corresponding_replace": {},
"metadata": {}
}

View file

@ -0,0 +1,5 @@
{
"decay": true,
"mirrorable": true,
"replace": {}
}

View file

@ -0,0 +1,10 @@
{
"dungeon": false,
"ruin": false,
"loot": false,
"decay": false,
"mirrorable": false,
"replace": {},
"corresponding_replace": {},
"metadata": {}
}

View file

@ -0,0 +1,10 @@
{
"dungeon": false,
"ruin": false,
"loot": false,
"decay": false,
"mirrorable": false,
"replace": {},
"corresponding_replace": {},
"metadata": {}
}

View file

@ -0,0 +1,4 @@
{
"decay": true,
"mirrorable": true
}

View file

@ -0,0 +1,3 @@
{
"decay": true
}

View file

@ -0,0 +1,3 @@
{
"decay": true
}

View file

@ -1,6 +1,7 @@
{
"decay": true,
"mirrorable": true,
"ruin": true,
"replace": {
"back/wallpaper-1": [
"back/wallpaper-1",

View file

@ -1,6 +1,7 @@
{
"decay": true,
"mirrorable": true,
"ruin": true,
"replace": {
"building/brick-tan": [
"building/brick",

View file

@ -1,6 +1,7 @@
{
"decay": true,
"mirrorable": true,
"ruin": true,
"replace": {
"back/wallpaper-1": [
"back/wallpaper-1",

View file

@ -1,6 +1,7 @@
{
"decay": true,
"mirrorable": true,
"ruin": true,
"replace": {
"building/fence-iron-2": [
"building/fence-iron-1",

View file

@ -0,0 +1,3 @@
{
"decay": true
}