-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [DinoMod] thescelosaurus * Update fungus.json * Update hatchling.json * Update juvenile.json * Update zed-dinosaur.json * Update zinosaur_burned.json * Update zinosaur_upgrade.json * Update egg.json * Create nest_thescelosaurus.json * Update dinosaur.json * Update fungi.json * Update monstergroups_egg.json * Update wilderness.json * Update zinosaur.json * skeletal line * Update dictionary.txt * Update map_extras.json * Update cooking_components.json * Update regional_overlay.json * eggs last longer * faster boiling * color fix * spellcheck
- Loading branch information
Showing
19 changed files
with
421 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
data/mods/DinoMod/mapgen/map_extras/nest_thescelosaurus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_thescelosaurus", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ | ||
{ | ||
"monster": "mon_thescelosaurus", | ||
"x": [ 0, 23 ], | ||
"y": [ 0, 23 ], | ||
"repeat": [ 2, 10 ], | ||
"chance": 50, | ||
"spawn_data": { "patrol": [ { "x": [ 0, 23 ], "y": [ 0, 23 ] } ] } | ||
} | ||
], | ||
"place_item": [ | ||
{ "item": "egg_thescelosaurus", "x": 10, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_thescelosaurus", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_thescelosaurus", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_thescelosaurus", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_thescelosaurus", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 }, | ||
{ | ||
"item": "straw_pile", | ||
"x": [ 0, 23 ], | ||
"y": [ 0, 23 ], | ||
"amount": [ 10, 20 ], | ||
"repeat": [ 1, 24 ], | ||
"chance": 20 | ||
} | ||
], | ||
"place_items": [ { "item": "trash_forest", "x": [ 4, 17 ], "y": [ 6, 15 ], "repeat": [ 1, 3 ], "chance": 40 } ] | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.