Skip to content

Commit

Permalink
Camps for in-repo mods
Browse files Browse the repository at this point in the history
  • Loading branch information
RenechCDDA committed May 10, 2024
1 parent 9d6f2bf commit 5653001
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
9 changes: 7 additions & 2 deletions data/mods/Aftershock/maps/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "overmap_special",
"id": "prepnet_orchard",
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "prepnet_orchard_north" } ],
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "prepnet_orchard_north", "camp": "Prepnet_Phyle", "camp_name": "PrepNet" } ],
"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road" } ],
"locations": [ "land" ],
"city_distance": [ 5, -1 ],
Expand Down Expand Up @@ -189,7 +189,12 @@
"overmaps": [
{ "point": [ 0, -1, -9 ], "overmap": "augustmoon_docking_arm_north" },
{ "point": [ -1, 0, -9 ], "overmap": "augustmoon_bar_north" },
{ "point": [ 0, 0, -9 ], "overmap": "augustmoon_main_concourse1_north" },
{
"point": [ 0, 0, -9 ],
"overmap": "augustmoon_main_concourse1_north",
"camp": "UICA",
"camp_name": "Port Augustmoon"
},
{ "point": [ 1, 0, -9 ], "overmap": "augustmoon_solar_array1_north" },
{ "point": [ 0, 1, -9 ], "overmap": "augustmoon_main_concourse2_north" },
{ "point": [ 1, 1, -9 ], "overmap": "augustmoon_solar_array2_north" },
Expand Down
6 changes: 4 additions & 2 deletions data/mods/Aftershock/npcs/factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@
"size": 100,
"power": 100,
"currency": "",
"fac_food_supply": { "calories": 115200, "vitamins": { } },
"//": "Doesn't actually have NPCs, so no camp or food supply is necessary.",
"fac_food_supply": { "calories": 0, "vitamins": { } },
"wealth": 75000,
"relations": {
"free_merchants": {
Expand Down Expand Up @@ -252,7 +253,8 @@
"known_by_u": false,
"size": 15,
"power": 20,
"fac_food_supply": { "calories": 1200, "vitamins": { } },
"//": "Doesn't actually have *spawned* NPCs, so no camp or food supply is necessary.",
"fac_food_supply": { "calories": 0, "vitamins": { } },
"wealth": 7500,
"relations": {
"free_merchants": {
Expand Down
1 change: 1 addition & 0 deletions data/mods/DinoMod/NPC/NC_BO_BARONYX.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"size": 25,
"power": 20,
"currency": "icon",
"//": "Fixme: Not placed as a special, so can't put a camp down for them!",
"fac_food_supply": { "calories": 87500, "vitamins": { } },
"wealth": 82500,
"relations": {
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/worldgen/forge_of_wonders.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
{ "point": [ 0, 0, 1 ], "overmap": "forge_1A_roof_north" },
{ "point": [ 1, 0, 0 ], "overmap": "forge_2A_north" },
{ "point": [ 1, 0, 1 ], "overmap": "forge_2A_roof_north" },
{ "point": [ 2, 0, 0 ], "overmap": "forge_3A_north" },
{ "point": [ 2, 0, 0 ], "overmap": "forge_3A_north", "camp": "forge_lords", "camp_name": "Forge of Wonders" },
{ "point": [ 2, 0, 1 ], "overmap": "forge_3A_roof_north" },
{ "point": [ 3, 0, 0 ], "overmap": "forge_4A_north" },
{ "point": [ 3, 0, 1 ], "overmap": "forge_4A_roof_north" },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/worldgen/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "magic_shop",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "magic_shop_north" },
{ "point": [ 0, 0, 0 ], "overmap": "magic_shop_north", "camp": "healers_grey", "camp_name": "Healer's respite" },
{ "point": [ 0, 0, 1 ], "overmap": "magic_shop_2ndfloor_north" },
{ "point": [ 0, 0, 2 ], "overmap": "magic_shop_roof_north" }
]
Expand Down
7 changes: 6 additions & 1 deletion data/mods/Magiclysm/worldgen/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,12 @@
{ "point": [ 3, 3, 0 ], "overmap": "lake_retreat_ground_north" },
{ "point": [ 3, 3, 1 ], "overmap": "lake_retreat_z1_north" },
{ "point": [ 3, 3, 2 ], "overmap": "lake_retreat_z2_north" },
{ "point": [ 3, 3, 3 ], "overmap": "lake_retreat_z3_north" },
{
"point": [ 3, 3, 3 ],
"overmap": "lake_retreat_z3_north",
"camp": "wizards_ancient",
"camp_name": "Old Wizard"
},
{ "point": [ 3, 3, 4 ], "overmap": "lake_retreat_z4_north" },
{ "point": [ 4, 3, 0 ], "overmap": "forest" },
{ "point": [ 5, 3, 0 ], "overmap": "lake_shore" },
Expand Down

0 comments on commit 5653001

Please sign in to comment.