Skip to content

Commit

Permalink
update locational data to not be spammy
Browse files Browse the repository at this point in the history
  • Loading branch information
pisskop committed Dec 6, 2017
1 parent 340a687 commit 3d2720a
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 159 deletions.
6 changes: 3 additions & 3 deletions locations/barn_old.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"[": [ "t_fencegate_c", "t_dirtfloor", "t_dirtfloor" ]
},
"mapping": {
".": { "item": { "item": "rock", "chance": [ 2 ] } },
".": { "item": { "item": "rock", "chance": [ 1 ] } },
" ": { "items": { "item": "farming_tools", "chance": [ 1 ] } }
},
"place_monsters": [
Expand Down Expand Up @@ -176,7 +176,7 @@
"[": [ "t_fencegate_c", "t_dirtfloor", "t_dirtfloor", "t_dirtfloor", "t_dirtfloor" ]
},
"mapping": {
".": { "item": { "item": "rock", "chance": [ 3 ] } },
".": { "item": { "item": "rock", "chance": [ 2 ] } },
" ": { "items": { "item": "farming_tools", "chance": [ 1 ] } }
},
"place_monsters": [
Expand Down Expand Up @@ -242,7 +242,7 @@
{ "monster": "GROUP_PEST", "x": [ 5, 11 ], "y": [ 5, 11 ], "chance": 3, "repeat": [ 1 , 2 ] }
],
"mapping": {
".": { "item": { "item": "rock", "chance": [ 4 ] } },
".": { "item": { "item": "rock", "chance": [ 2 ] } },
" ": { "items": { "item": "farming_tools", "chance": [ 1 ] } }
},
"place_vehicles": [
Expand Down
2 changes: 1 addition & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Rebalances spawn list, adds new monsters and items, adds new buildings and fortifies old buildings, and strives to create a harsher enviornment to survive in.",
"category": "creatures",
"author": "pisskop",
"version": "5.6.3", "//": "For the CDDA Launcher Program.",
"version": "5.6.3b", "//": "For the CDDA Launcher Program.",
"path": ""
},
{
Expand Down
14 changes: 13 additions & 1 deletion pk_overmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"locations": [ "forest", "swamp" ],
"city_distance": [12, -1],
"city_sizes": [4, 12],
"occurrences": [0, 2],
"occurrences": [1, 3],
"rotate": false,
"flags": [ "CLASSIC" ]
},
Expand Down Expand Up @@ -728,5 +728,17 @@
"city_sizes": [4, 16],
"occurrences": [0, 2],
"rotate": false
},
{
"type": "overmap_special",
"id": "hunter_cabin",
"overmaps": [
{ "point":[0,0,0], "overmap": "hunter_shack" }
],
"locations": [ "swamp" ],
"city_distance": [18, -1],
"city_sizes": [4, 16],
"occurrences": [0, 2],
"rotate": false
}
]
Loading

0 comments on commit 3d2720a

Please sign in to comment.