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"
|
||||
],
|
||||
"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": {
|
||||
|
|
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,
|
||||
"mirrorable": true,
|
||||
"ruin": true,
|
||||
"replace": {
|
||||
"back/wallpaper-1": [
|
||||
"back/wallpaper-1",
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"decay": true,
|
||||
"mirrorable": true,
|
||||
"ruin": true,
|
||||
"replace": {
|
||||
"building/brick-tan": [
|
||||
"building/brick",
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"decay": true,
|
||||
"mirrorable": true,
|
||||
"ruin": true,
|
||||
"replace": {
|
||||
"back/wallpaper-1": [
|
||||
"back/wallpaper-1",
|
Binary file not shown.
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"decay": true,
|
||||
"mirrorable": true,
|
||||
"ruin": true,
|
||||
"replace": {
|
||||
"building/fence-iron-2": [
|
||||
"building/fence-iron-1",
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"decay": true
|
||||
}
|
Loading…
Add table
Reference in a new issue