mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Added spawn buildings for every biome
This commit is contained in:
parent
7cf151096c
commit
91f969c3a3
29 changed files with 74 additions and 4 deletions
|
@ -38,10 +38,10 @@
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
"spawn_towers": [
|
"spawn_towers": [
|
||||||
"plain_spawn_tower_1",
|
"spawn_building_plain_1",
|
||||||
"plain_spawn_tower_2",
|
"spawn_building_plain_2",
|
||||||
"plain_spawn_tower_3",
|
"spawn_building_plain_3",
|
||||||
"plain_spawn_tower_4"
|
"spawn_building_plain_4"
|
||||||
],
|
],
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
"clay": {
|
"clay": {
|
||||||
|
@ -247,6 +247,10 @@
|
||||||
"dungeon_small_3",
|
"dungeon_small_3",
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
|
"spawn_towers": [
|
||||||
|
"spawn_building_arctic_1",
|
||||||
|
"spawn_building_arctic_2"
|
||||||
|
],
|
||||||
"dungeon_chance": 0.333,
|
"dungeon_chance": 0.333,
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
"clay": {
|
"clay": {
|
||||||
|
@ -435,6 +439,9 @@
|
||||||
"dungeon_small_3",
|
"dungeon_small_3",
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
|
"spawn_towers": [
|
||||||
|
"spawn_building_hell_1"
|
||||||
|
],
|
||||||
"dungeon_chance": 0.375,
|
"dungeon_chance": 0.375,
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
"clay": {
|
"clay": {
|
||||||
|
@ -585,6 +592,9 @@
|
||||||
"dungeon_small_3",
|
"dungeon_small_3",
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
|
"spawn_towers": [
|
||||||
|
"spawn_building_brain_1"
|
||||||
|
],
|
||||||
"dungeon_chance": 0.4,
|
"dungeon_chance": 0.4,
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
"rocks": {
|
"rocks": {
|
||||||
|
@ -727,6 +737,10 @@
|
||||||
"dungeon_small_3",
|
"dungeon_small_3",
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
|
"spawn_towers": [
|
||||||
|
"spawn_building_desert_1",
|
||||||
|
"spawn_building_desert_2"
|
||||||
|
],
|
||||||
"dungeon_chance": 0.333,
|
"dungeon_chance": 0.333,
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
"clay": {
|
"clay": {
|
||||||
|
@ -890,6 +904,9 @@
|
||||||
"dungeon_small_3",
|
"dungeon_small_3",
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
|
"spawn_towers": [
|
||||||
|
"spawn_building_deep_1"
|
||||||
|
],
|
||||||
"dungeon_region": [81, 85],
|
"dungeon_region": [81, 85],
|
||||||
"dungeon_chance": 0.4,
|
"dungeon_chance": 0.4,
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
|
@ -1035,6 +1052,9 @@
|
||||||
"dungeon_small_3",
|
"dungeon_small_3",
|
||||||
"dungeon_small_4"
|
"dungeon_small_4"
|
||||||
],
|
],
|
||||||
|
"spawn_towers": [
|
||||||
|
"spawn_building_space_1"
|
||||||
|
],
|
||||||
"dungeon_region": [81, 81],
|
"dungeon_region": [81, 81],
|
||||||
"dungeon_chance": 0.333,
|
"dungeon_chance": 0.333,
|
||||||
"base_resources": {
|
"base_resources": {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"ruin": true,
|
||||||
|
"decay": true,
|
||||||
|
"mirrorable": true,
|
||||||
|
"replace": {},
|
||||||
|
"corresponding_replace": {},
|
||||||
|
"metadata": {}
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"decay": true,
|
||||||
|
"mirrorable": true,
|
||||||
|
"replace": {}
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"dungeon": false,
|
||||||
|
"ruin": false,
|
||||||
|
"loot": false,
|
||||||
|
"decay": false,
|
||||||
|
"mirrorable": false,
|
||||||
|
"replace": {},
|
||||||
|
"corresponding_replace": {},
|
||||||
|
"metadata": {}
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"dungeon": false,
|
||||||
|
"ruin": false,
|
||||||
|
"loot": false,
|
||||||
|
"decay": false,
|
||||||
|
"mirrorable": false,
|
||||||
|
"replace": {},
|
||||||
|
"corresponding_replace": {},
|
||||||
|
"metadata": {}
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"decay": true,
|
||||||
|
"mirrorable": true
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"decay": true
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"decay": true
|
||||||
|
}
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"decay": true,
|
"decay": true,
|
||||||
"mirrorable": true,
|
"mirrorable": true,
|
||||||
|
"ruin": true,
|
||||||
"replace": {
|
"replace": {
|
||||||
"back/wallpaper-1": [
|
"back/wallpaper-1": [
|
||||||
"back/wallpaper-1",
|
"back/wallpaper-1",
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"decay": true,
|
"decay": true,
|
||||||
"mirrorable": true,
|
"mirrorable": true,
|
||||||
|
"ruin": true,
|
||||||
"replace": {
|
"replace": {
|
||||||
"building/brick-tan": [
|
"building/brick-tan": [
|
||||||
"building/brick",
|
"building/brick",
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"decay": true,
|
"decay": true,
|
||||||
"mirrorable": true,
|
"mirrorable": true,
|
||||||
|
"ruin": true,
|
||||||
"replace": {
|
"replace": {
|
||||||
"back/wallpaper-1": [
|
"back/wallpaper-1": [
|
||||||
"back/wallpaper-1",
|
"back/wallpaper-1",
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"decay": true,
|
"decay": true,
|
||||||
"mirrorable": true,
|
"mirrorable": true,
|
||||||
|
"ruin": true,
|
||||||
"replace": {
|
"replace": {
|
||||||
"building/fence-iron-2": [
|
"building/fence-iron-2": [
|
||||||
"building/fence-iron-1",
|
"building/fence-iron-1",
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"decay": true
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue