Skip to content

Commit

Permalink
Aftershock: PrepNet mycus war (#36661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored and ZhilkinSerg committed Jan 4, 2020
1 parent c47e299 commit 7c22756
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 2 deletions.
12 changes: 12 additions & 0 deletions data/mods/Aftershock/maps/afs_overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,17 @@
"city_distance": [ -1, 6 ],
"city_sizes": [ 2, 14 ],
"occurrences": [ 0, 4 ]
},
{
"type": "overmap_special",
"id": "Sieged Tower",
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "sieged_fungal_tower" } ],
"locations": [ "wilderness" ],
"city_distance": [ 5, -1 ],
"city_sizes": [ 0, 12 ],
"occurrences": [ 0, 1 ],
"flags": [ "FUNGAL" ],
"rotate": false,
"spawns": { "group": "GROUP_FUNGI_TOWER", "population": [ 125, 175 ], "radius": [ 2, 2 ] }
}
]
10 changes: 10 additions & 0 deletions data/mods/Aftershock/maps/afs_overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,15 @@
"color": "light_red",
"see_cost": 5,
"mondensity": 2
},
{
"type": "overmap_terrain",
"id": "sieged_fungal_tower",
"name": "fungal tower",
"sym": "T",
"color": "pink",
"see_cost": 3,
"extras": "marloss",
"flags": [ "NO_ROTATE", "RISK_HIGH" ]
}
]
65 changes: 65 additions & 0 deletions data/mods/Aftershock/maps/mapgen/fungal_siege.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "sieged_fungal_tower" ],
"weight": 50,
"object": {
"rows": [
" .............. ",
" ......Z..&&......... ",
" .Z....,,,&,,,,,,Z..... ",
" ....,,,,,&,&,,,,,,.... ",
" ...,,,,,&&__&,,,,,,.Z. ",
"...,,,,&&&___&___,,,,...",
"...,,,&&____&_____,,&...",
"..,,,,_&&&&&___&__&&,,..",
"..&&,_&__&__&&&_&&_,,,..",
"..,,&_&_&_______&__,,,..",
"..Z,_&_&&_X_____&__&&,..",
"..,&&&_&______&&&&&&,,..",
".&&,&__&Y__X__&_&___,,..",
"..&,&__&&_____&_&_&_,,..",
"..&&&&__&&&&&&___&&,,,..",
"..,&,&&_______&____,,,..",
"..,&,,&____&&&___&&&,,Z.",
"...&,,&&__&____&&_,,,...",
"..&,,,,&&&_&&&&__,,,,...",
" ...,,,,,&__&_,,,,,,.Z. ",
" ...Z,,,&&,,,&,,,,,.... ",
" ......&,,,,,,&&,...... ",
" .........Z....&&.... ",
" .............. "
],
"terrain": {
" ": [ [ "t_grass_dead", 4 ], "t_dirtmound", "t_grass", "t_fungus" ],
".": [ [ "t_grass_dead", 2 ], "t_fungus" ],
",": [ [ "t_grass_dead", 3 ], [ "t_fungus", 7 ], "t_fungus_mound" ],
"_": [ [ "t_fungus", 25 ], "t_fungus_mound", [ "t_tree_fungal", 3 ], [ "t_tree_fungal_young", 2 ] ],
"&": "t_fungus_mound",
"X": "t_fungus_mound",
"Y": "t_fungus_mound",
"Z": "t_grass_dead"
},
"furniture": {
" ": [
[ "f_null", 18 ],
[ "f_boulder_small", 3 ],
[ "f_boulder_medium", 2 ],
"f_boulder_large",
[ "f_flower_fungal", 2 ],
"f_fungal_mass"
],
".": [ [ "f_null", 18 ], [ "f_flower_fungal", 4 ], [ "f_fungal_mass", 3 ], "f_fungal_clump" ],
",": [ [ "f_null", 12 ], [ "f_fungal_mass", 2 ], "f_flower_fungal", "f_fungal_clump" ],
"_": [ [ "f_null", 10 ], [ "f_fungal_mass", 2 ], "f_fungal_clump" ],
"&": [ [ "f_fungal_tangle", 8 ], "f_fungal_clump", "f_fungal_mass" ]
},
"monster": {
"X": { "monster": "mon_fungaloid_tower" },
"Y": { "monster": "mon_fungaloid_queen" },
"Z": { "monster": "mon_tripod" }
}
}
}
]
4 changes: 2 additions & 2 deletions data/mods/Aftershock/mobs/afs_robots.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"id": "mon_tripod",
"type": "MONSTER",
"name": "tripod",
"description": "The Honda Regnal, a tall robot walking on three spidery legs. For weapons, it has a trio of spiked retractable cables and a flamethrower mounted on its head.",
"default_faction": "military",
"description": "The Honda Crop King. Originally designed for agriculture, it has a trio of spiked retractable cables and where it used to mount pesticide sprayer the PrepNet Phyle have modified it to have a flamethrower for their war against the Mycus.",
"default_faction": "PrepNet",
"species": [ "ROBOT" ],
"diff": 20,
"volume": "92500 ml",
Expand Down

0 comments on commit 7c22756

Please sign in to comment.