Skip to content

[Experimental] working mods #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
{ "x": 1, "y": 1, "parts": [ "xlframe_horizontal", "xlhalfboard_horizontal" ] },
{ "x": 1, "y": 2, "parts": [ "xlframe_horizontal", "xlhalfboard_horizontal" ] },
{ "x": 1, "y": 3, "parts": [ "xlframe_ne", "rail_wheel_steerable" ] },
{ "x": -1, "y": -1, "part": "xlframe_vertical" },
{ "x": -1, "y": 0, "part": "xlframe_horizontal" },
{ "x": -1, "y": 1, "part": "xlframe_horizontal" },
{ "x": -1, "y": 2, "part": "xlframe_horizontal" },
{ "x": -1, "y": 3, "part": "xlframe_vertical" },
{ "x": -1, "y": -1, "part": "xlframe_vertical" },
{ "x": -2, "y": -1, "part": "xlframe_vertical" },
{ "x": -2, "y": 0, "parts": [ "xlframe_vertical_2", "seat" ] },
{ "x": -2, "y": 1, "part": "xlframe_vertical_2" },
{ "x": -2, "y": 2, "parts": [ "xlframe_vertical_2", "seat" ] },
{ "x": -2, "y": 3, "part": "xlframe_vertical" },
{ "x": -3, "y": -1, "part": "xlframe_vertical" },
{ "x": -3, "y": 0, "parts": [ "xlframe_vertical_2", "seat" ] },
{ "x": -3, "y": 1, "part": "xlframe_vertical_2" },
{ "x": -3, "y": 2, "parts": [ "xlframe_vertical_2", "seat" ] },
{ "x": -3, "y": 3, "part": "xlframe_vertical" },
{ "x": -4, "y": -1, "parts": [ "xlframe_sw", "rail_wheel" ] },
{ "x": -3, "y": -1, "part": "xlframe_vertical" },
{ "x": -4, "y": 0, "parts": [ "xlframe_horizontal", "xlhalfboard_horizontal" ] },
{ "x": -4, "y": 1, "parts": [ "xlframe_horizontal", "xlhalfboard_horizontal" ] },
{ "x": -4, "y": 2, "parts": [ "xlframe_horizontal", "xlhalfboard_horizontal" ] },
{ "x": -4, "y": 3, "parts": [ "xlframe_se", "rail_wheel" ] }
{ "x": -4, "y": 3, "parts": [ "xlframe_se", "rail_wheel" ] },
{ "x": -4, "y": -1, "parts": [ "xlframe_sw", "rail_wheel" ] }
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"type": "json_flag",
"id": "ANESTHESIA",
"context": [ "COMESTIBLE" ],
"info": "ANESTHESIA can cure infections and various such illnesses."
}
]
27 changes: 27 additions & 0 deletions data/Unleash_The_Mods/Working_mods/Community_Aftershock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Here be dragons!

These are the files for Aftershock. Whatever you're looking for has been sorted into subfolders for ease of access:

### items

Contains json data for food, weapons, tools, and materials.

### maps

Contains json data for map generation, item groups, and furniture.

### mobs

Contains json data for new monsters and monster spawn groups.

### player

Contains json data for things that affect the player; bionics, mutations, professions, techniques, status effects, etc.

### recipes

Contains json data for all recipes, sorted by category or niche.

### vehicles

Contains json data for vehicles, vehicle parts, and vehicle spawn groups.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"type": "construction",
"id": "Convert_fridge_power_supply",
"group": "Fridge_freezer_convert",
"category": "FURN",
"required_skills": [ [ "fabrication", 3 ], [ "electronics", 4 ], [ "mechanics", 3 ] ],
"time": 30,
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "HAMMER", "level": 3 }, { "id": "SAW_M", "level": 2 } ],
"components": [ [ [ "cable", 10 ] ], [ [ "power_supply", 1 ] ], [ [ "plastic_chunk", 2 ] ] ],
"pre_note": "Converts a fridge to run off of vehicle power. You can 'e'xamine it afterwards to take it down for mounting.",
"pre_terrain": "f_fridge",
"post_terrain": "f_afs_fridge_vehicle"
},
{
"type": "construction",
"id": "Convert_vehicle_frodge_to_freezer",
"group": "freezer_Fridge_convert",
"category": "FURN",
"required_skills": [ [ "electronics", 3 ], [ "mechanics", 3 ] ],
"time": 20,
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "HAMMER", "level": 3 }, { "id": "SAW_M", "level": 2 } ],
"components": [ [ [ "cable", 10 ] ], [ [ "amplifier", 3 ] ], [ [ "refrigerant_tank", 2 ] ] ],
"pre_note": "Further modifies a converted fridge to function as a freezer. You can 'e'xamine it afterwards to take it down for mounting.",
"pre_terrain": "f_afs_fridge_vehicle",
"post_terrain": "f_afs_freezer_vehicle"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
[
{
"type": "furniture",
"id": "f_afs_fridge_vehicle",
"name": "vehicle refrigerator",
"symbol": "{",
"description": "This fridge has been converted to run off of a vehicle's power supply. You'll need to take it down first.",
"color": "white",
"move_cost_mod": -1,
"required_str": 10,
"flags": [ "CONTAINER", "PLACE_ITEM", "BLOCKSDOOR", "MINEABLE", "EASY_DECONSTRUCT" ],
"deconstruct": { "items": [ { "item": "afs_fridge", "count": 1 } ] },
"max_volume": "1 L",
"deployed_item": "afs_fridge",
"examine_action": "deployed_furniture",
"bash": {
"str_min": 18,
"str_max": 50,
"sound": "metal screeching!",
"sound_fail": "clang!",
"items": [
{ "item": "sheet_metal", "count": [ 1, 4 ] },
{ "item": "sheet_metal_small", "count": [ 8, 12 ] },
{ "item": "steel_chunk", "count": [ 0, 3 ] },
{ "item": "scrap", "count": [ 2, 8 ] },
{ "item": "cable", "charges": [ 1, 2 ] },
{ "item": "hose", "count": 1 },
{ "item": "cu_pipe", "count": [ 2, 4 ] },
{ "item": "scrap_copper", "count": [ 1, 2 ] },
{ "item": "motor_tiny", "prob": 25 }
]
},
"looks_like": "f_fridge"
},
{
"type": "furniture",
"id": "f_afs_freezer_vehicle",
"name": "vehicle freezer",
"symbol": "{",
"description": "This fridge has been further refurbished, and runs at a much lower temperature. You'll need to take it down first.",
"color": "light_blue",
"move_cost_mod": -1,
"required_str": 10,
"flags": [ "CONTAINER", "PLACE_ITEM", "BLOCKSDOOR", "MINEABLE", "EASY_DECONSTRUCT" ],
"deconstruct": { "items": [ { "item": "afs_freezer", "count": 1 } ] },
"max_volume": "1 L",
"deployed_item": "afs_freezer",
"examine_action": "deployed_furniture",
"bash": {
"str_min": 18,
"str_max": 50,
"sound": "metal screeching!",
"sound_fail": "clang!",
"items": [
{ "item": "sheet_metal", "count": [ 1, 4 ] },
{ "item": "sheet_metal_small", "count": [ 8, 12 ] },
{ "item": "steel_chunk", "count": [ 0, 3 ] },
{ "item": "scrap", "count": [ 2, 8 ] },
{ "item": "cable", "charges": [ 1, 2 ] },
{ "item": "hose", "count": 1 },
{ "item": "cu_pipe", "count": [ 2, 4 ] },
{ "item": "scrap_copper", "count": [ 1, 2 ] },
{ "item": "motor_tiny", "prob": 25 }
]
},
"looks_like": "f_fridge"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
[
{
"type": "item_group",
"id": "afs_weapons_rare",
"items": [
[ "emp_gun", 3 ],
[ "laser_rifle", 5 ],
[ "v29", 7 ],
[ "afs_hydraulic_gauntlet", 3 ],
[ "afs_energy_saber_off", 3 ],
[ "afs_hardlight_longbow", 2 ]
]
},
{
"type": "item_group",
"id": "afs_lab_mechanics_books",
"items": [
[ "manual_mechanics", 6 ],
[ "textbook_mechanics", 3 ],
[ "textbook_biodiesel", 3 ],
[ "mag_fieldrepair", 4 ],
[ "book_icef", 4 ]
]
},
{
"type": "item_group",
"id": "bionics",
"items": [
[ "bn_bio_solar", 10 ],
[ "afs_bio_precision_solderers", 10 ],
[ "afs_bio_missiles", 10 ],
[ "afs_bio_linguistic_coprocessor", 10 ],
[ "afs_bio_dopamine_stimulators", 10 ]
]
},
{
"type": "item_group",
"id": "bionics_common",
"items": [ [ "bn_bio_solar", 10 ], [ "afs_bio_precision_solderers", 5 ], [ "afs_bio_linguistic_coprocessor", 8 ] ]
},
{
"type": "item_group",
"id": "bionics_sci",
"items": [ [ "bn_bio_solar", 5 ], [ "afs_bio_precision_solderers", 7 ], [ "afs_bio_linguistic_coprocessor", 5 ] ]
},
{
"type": "item_group",
"id": "bionics_op",
"items": [ [ "bn_bio_solar", 15 ], [ "afs_bio_missiles", 10 ], [ "afs_bio_dopamine_stimulators", 10 ] ]
},
{
"type": "item_group",
"id": "bionics_subs",
"items": [ [ "afs_bio_missiles", 10 ], [ "afs_bio_dopamine_stimulators", 15 ] ]
},
{
"type": "item_group",
"id": "chem_lab",
"items": [ [ "panacea", 1 ], [ "afs_calorie_pill", 5 ], [ "afs_sundew", 8 ] ]
},
{
"type": "item_group",
"id": "rare",
"items": [ [ "afs_calorie_pill", 10 ], [ "afs_sundew", 10 ], [ "afs_bag_of_holding", 1 ], [ "afs_atomic_smartphone", 5 ] ]
},
{
"type": "item_group",
"id": "spider",
"items": [
[ "afs_energy_saber_off", 1 ],
[ "afs_bag_of_holding", 2 ],
[ "afs_hydraulic_gauntlet", 1 ],
[ "atomic_light_off", 5 ]
]
},
{
"type": "item_group",
"id": "survivorzed_extra",
"items": [ [ "daypack", 4 ], [ "afs_rolling_pin_barbed_wire", 5 ], [ "afs_chain_wrench", 8 ] ]
},
{
"type": "item_group",
"id": "camping",
"items": [ [ "daypack", 20 ], [ "afs_rope_lighter", 10 ], [ "atomic_light_off", 1 ] ]
},
{
"type": "item_group",
"id": "allsporting",
"items": [ [ "daypack", 30 ], [ "afs_rope_lighter", 10 ], [ "ski_jacket", 5 ] ]
},
{
"type": "item_group",
"id": "traveler",
"items": [ [ "daypack", 20 ], [ "afs_rope_lighter", 10 ] ]
},
{
"type": "item_group",
"id": "shelter",
"items": [ [ "daypack", 10 ] ]
},
{
"type": "item_group",
"id": "drugdealer",
"items": [ [ "daypack", 20 ], [ "afs_atomic_smartphone", 3 ], [ "afs_bio_missiles", 8 ] ]
},
{
"type": "item_group",
"id": "college_camping",
"items": [ [ "daypack", 75 ] ]
},
{
"type": "item_group",
"id": "kitchen",
"items": [ [ "rolling_pin", 25 ], [ "afs_atompot", 1 ] ]
},
{
"type": "item_group",
"id": "dollar_kitchen",
"items": [ [ "rolling_pin", 20 ] ]
},
{
"type": "item_group",
"id": "oven",
"items": [ [ "rolling_pin", 25 ], [ "afs_atompot", 3 ] ]
},
{
"type": "item_group",
"id": "bed",
"items": [ [ "afs_quilt", 10 ], [ "afs_quilt_patchwork", 8 ] ]
},
{
"type": "item_group",
"id": "mechanics",
"items": [ [ "welding_mask", 30 ] ]
},
{
"type": "item_group",
"id": "livingroom",
"items": [ [ "afs_atomic_smartphone", 1 ], [ "atomic_light_off", 2 ] ]
},
{
"type": "item_group",
"id": "bedroom",
"items": [ [ "afs_atomic_smartphone", 1 ], [ "atomic_light_off", 2 ] ]
},
{
"type": "item_group",
"id": "consumer_electronics",
"items": [ [ "afs_atomic_smartphone", 2 ], [ "afs_bio_precision_solderers", 1 ], [ "atomic_light_off", 4 ] ]
},
{
"type": "item_group",
"id": "electronics",
"items": [ [ "afs_atomic_smartphone", 1 ], [ "afs_bio_precision_solderers", 2 ], [ "atomic_light_off", 2 ] ]
},
{
"type": "item_group",
"id": "lab_dorm",
"items": [ [ "afs_atomic_smartphone", 5 ], [ "atomic_light_off", 3 ] ]
},
{
"type": "item_group",
"id": "subway",
"items": [ [ "afs_atomic_smartphone", 1 ] ]
},
{
"type": "item_group",
"id": "hardware",
"items": [ [ "afs_power_cutter", 5 ], [ "toolbox", 5 ] ]
},
{
"type": "item_group",
"id": "hardware_bulk",
"//": "Not something you get in bulk, but it makes sense to be out in the back area",
"items": [ [ "afs_power_cutter", 1 ] ]
},
{
"type": "item_group",
"id": "winter",
"items": [ [ "ski_jacket", 40 ] ]
},
{
"type": "item_group",
"id": "allclothes",
"items": [ [ "ski_jacket", 40 ] ]
},
{
"type": "item_group",
"id": "shelter",
"items": [ [ "ski_jacket", 40 ], [ "atomic_light_off", 2 ] ]
},
{
"type": "item_group",
"id": "book_gunref",
"items": [
[ "afs_textbook_shotguns", 3 ],
[ "afs_textbook_handguns", 3 ],
[ "afs_textbook_rifles", 3 ],
[ "afs_textbook_launchers", 3 ]
]
},
{
"type": "item_group",
"id": "book_military",
"items": [
[ "afs_textbook_shotguns", 20 ],
[ "afs_textbook_handguns", 20 ],
[ "afs_textbook_rifles", 20 ],
[ "afs_textbook_launchers", 10 ]
]
},
{
"type": "item_group",
"id": "textbooks",
"items": [
[ "afs_textbook_shotguns", 3 ],
[ "afs_textbook_handguns", 3 ],
[ "afs_textbook_rifles", 3 ],
[ "afs_textbook_launchers", 3 ]
]
}
]
Loading