-
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.
- Loading branch information
1 parent
debc044
commit 614444a
Showing
1 changed file
with
72 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,77 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_civ_rand", | ||
"//": "Genral civilian goods weighted for rarity", | ||
"subtype": "distribution", | ||
"entries": [ | ||
{ "group": "afs_crate_food", "prob": 4 }, | ||
{ "group": "afs_crate_clothing", "prob": 2 }, | ||
{ "group": "afs_crate_medical", "prob": 1 }, | ||
{ "group": "afs_civilian_armory", "prob": 1, "count": [ 2, 5 ] } | ||
] | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "afs_shuttle_pad_a1", "afs_shuttle_pad_a2" ] ], | ||
"object": { | ||
"fill_ter": "t_metal_floor", | ||
"rows": [ | ||
" ", | ||
" ññññññññññññññññññññññññññññññññññññ////////// ", | ||
" ñ //E&qq/v.h/ ", | ||
" ñ $$$$$ $$$$ $$$$ $$ $$$$$$$$ #...ö.+.kk/ ", | ||
" ñ $$''''e''''''''''''''''e''''''$$//&.qq/.../ ", | ||
" ñ $'''''' '''' ' '''''e ' '''$ //+////+// ", | ||
" ñ $'''''' '' ''' '''' ''' '''$ =..../..l/ ", | ||
" ñ '''$$'' ''''$$''''' ''$$''' =ccc./..l/ ", | ||
" ñ $'''$''' '''''''' ''''' ''$''' /===//!/// ", | ||
" ñ $''' ''' '' '' ''' ''''''$ /./ ñ ", | ||
" ñ $'''' ''''' ''''''''''''''''''$'' '''/!/ ñ ", | ||
" ñ $'' ''' '''$$''' ''' ''''$''' '' '' ñ ", | ||
" ñ $' ''' ''$$'' ''' ''''$'' ''''' ñ ", | ||
" ñ $''''''''' ' '''''''''''' ' $'''''' ' ñ ", | ||
" ñ '''' ''''' '''''' '' ''' '' ' ñ ", | ||
" ñ '''$' ' ''''''''' '''''$'''$ '' ñ ", | ||
" ñ '''$$''''' ''$$''''''' '$$'''$ ''e ''' ñ ", | ||
" ñ $''''' ''''' ''' '' ''' '' ''' 'e '' ' ñ ", | ||
" ñ $''''' '''''' '' '' '''$ ''e'''' ñ ", | ||
" ñ $$''''' ''''' '' ''' ''ee ''''$$ ''' '' ñ ", | ||
" ñ $$$$ $$$$$ $$$$$$$ $$$$$$$ '' ñ ", | ||
" ñ ''' ñ ", | ||
" ññññññññññññññññññññññññññññññññññññññññ'''ñññ ", | ||
" " | ||
], | ||
"palettes": [ "afs_habitat_structure", "afs_habitat_mech_furnishing" ], | ||
"terrain": { "'": "t_thconc_floor_no_roof", "$": "t_sidewalk", "ñ": "t_chainfence" }, | ||
"furniture": { "&": "f_sealed_intermodal_crate", "e": "f_intermodal_crate_open" }, | ||
"items": { "&": [ { "item": "afs_crate_civ_rand" } ] }, | ||
"monster": { "ö": { "monster": "mon_skitterbot" } }, | ||
"place_monster": [ { "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 2, 22 ], "y": [ 2, 22 ], "pack_size": [ 1, 2 ], "chance": 50 } ] | ||
} | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_food", | ||
"subtype": "collection", | ||
"//": "Perserved food shipped in from off world.", | ||
"entries": [ | ||
{ "group": "afs_stored_meals", "prob": 50, "count": [ 3, 8 ] }, | ||
{ "group": "afs_dry_goods", "prob": 100, "count": [ 3, 5 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_clothing", | ||
"subtype": "collection", | ||
"//": "Multiple sets of clothing goods. Increased likelyhood of a bag due the difficulty of getting into a crate in the first place.", | ||
"entries": [ | ||
{ "group": "afs_colonist_outfit", "prob": 100, "count": [ 3, 6 ] }, | ||
{ "group": "afs_colonist_bags", "prob": 80, "count": [ 1, 2 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "afs_crate_medical", | ||
"subtype": "collection", | ||
"//": "Civilian Grade Medical supplies with a low chance of rare medical goods.", | ||
"entries": [ | ||
{ "group": "drugs_pharmacy", "prob": 100, "count": [ 3, 6 ] }, | ||
{ "item": "afs_synth_blood", "prob": 30, "count": [ 1, 3 ] }, | ||
{ "item": "afs_medigel", "prob": 60, "count": [ 1, 3 ] } | ||
] | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "afs_shuttle_pad_a1_roof", "afs_shuttle_pad_a2_roof" ] ], | ||
"object": { | ||
"fill_ter": "t_flat_roof", | ||
"rows": [ | ||
" ", | ||
" .......... ", | ||
" ........X.. ", | ||
" ....&&..... ", | ||
" ........... ", | ||
" ..A....... ", | ||
" ..A=...... ", | ||
" .......... ", | ||
" .......... ", | ||
" ... ", | ||
" ... ", | ||
" ... ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" " | ||
], | ||
"palettes": [ "roof_palette" ] | ||
} | ||
} | ||
] | ||
] |