-
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] lokiceratops * bodytype fix * Update dictionary.txt * egg * define skull * Create mx_nest_lokiceratops.json * Rename mx_nest_lokiceratops.json to nest_lokiceratops.json * random egg spawns * dino monstergroups * fungi monster group * wilderness spawn * zombie spawns * fungal * Update hatchling.json * Update juvenile.json * Update zed-dinosaur.json * Update zinosaur_burned.json * Update zinosaur_upgrade.json * Update map_extras.json * Update head.json * Update cooking_components.json * Update harvest.json * Update regional_overlay.json * finish inheritance rework * add looks-like
- Loading branch information
Showing
21 changed files
with
331 additions
and
83 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
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
77 changes: 77 additions & 0 deletions
77
data/mods/DinoMod/mapgen/map_extras/nest_lokiceratops.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,77 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_lokiceratops", | ||
"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_lokiceratops", | ||
"x": [ 0, 23 ], | ||
"y": [ 0, 23 ], | ||
"repeat": [ 2, 10 ], | ||
"chance": 50, | ||
"spawn_data": { "patrol": [ { "x": [ 0, 23 ], "y": [ 0, 23 ] } ] } | ||
} | ||
], | ||
"place_item": [ | ||
{ "item": "egg_lokiceratops", "x": 10, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_lokiceratops", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_lokiceratops", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_lokiceratops", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_lokiceratops", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 }, | ||
{ | ||
"item": "down_feather", | ||
"x": [ 0, 23 ], | ||
"y": [ 0, 23 ], | ||
"amount": [ 5, 10 ], | ||
"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
Oops, something went wrong.