Skip to content
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

Aftershock errors to be fixed #36425

Merged
merged 20 commits into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from 13 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
2 changes: 1 addition & 1 deletion data/mods/Aftershock/afs_speech.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"type": "speech",
"speaker": "afs_mon_migoturret",
"sound": "\"The better to eat you! I don't actually think I eat anymore.\"",
"sound": "\"The better to eat you! I don't actually think I eat anymore.\"",
"volume": 40
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/items/afs_bioparts.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
"durability": 7,
"loudness": 8,
"ammo_effects": [ "LASER", "INCENDIARY" ],
"flags": [ "NO_UNLOAD", "NON-FOULING" ]
"flags": [ "NO_UNLOAD", "NON-FOULING", "NO_RELOAD" ]
}
]
4 changes: 2 additions & 2 deletions data/mods/Aftershock/items/afs_item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
{ "item": "pants_cargo" },
{ "item": "kevlar" },
{ "item": "leather_pouch" },
{ "item": "balclava", "chance": 75 },
{ "item": "balclava" },
{ "item": "bootsheath" }
]
},
{
"type": "item_group",
"id": "afs_gardener_carried",
"subtype": "collection",
"entries": [ { "group": "hardware", "count": [ 1, 2 ] }, { "group": "snacks", "repeat": [ 1, 3 ] } ]
"entries": [ { "group": "hardware", "count": [ 1, 2 ] }, { "group": "snacks", "count": [ 1, 3 ] } ]
},
{
"type": "item_group",
Expand Down
19 changes: 15 additions & 4 deletions data/mods/Aftershock/items/afs_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,21 @@
"active": true,
"type": "transform"
},
{ "type": "CAMERA" }
"CAMERA",
"MP3"
],
"flags": [ "WATCH", "ALARMCLOCK" ]
"flags": [ "WATCH", "ALARMCLOCK", "NO_UNLOAD", "NO_RELOAD" ]
},
{
"id": "afs_atomic_smartphone_music",
"copy-from": "afs_atomic_smartphone",
"type": "TOOL",
"name": "aomic smartphone - music",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"name_plural": "atomic smartphones - music",
"description": "This phone is playing music, steadily raising your morale. You can't hear anything else while you're listening.",
"revert_to": "afs_atomic_smartphone",
"use_action": "MP3_ON",
"flags": [ "WATCH", "TRADER_AVOID", "ALARMCLOCK", "NO_UNLOAD", "NO_RELOAD" ]
},
{
"id": "afs_atomic_smartphone_flashlight",
Expand All @@ -36,8 +48,7 @@
"menu_text": "Turn off flashlight",
"type": "transform"
},
"//": "since we cost no battery, no reason not to keep these",
"flags": [ "WATCH", "ALARMCLOCK", "LIGHT_25" ]
"flags": [ "WATCH", "LIGHT_25", "CHARGEDIM", "TRADER_AVOID", "ALARMCLOCK", "NO_UNLOAD", "NO_RELOAD" ]
},
{
"id": "afs_wraitheon_smartphone",
Expand Down
3 changes: 1 addition & 2 deletions data/mods/Aftershock/maps/afs_regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"type": "region_overlay",
"regions": [ "all" ],
"city": { "basements": { "basement": 1000, "basement_hidden_lab_stairs": 100, "basement_bionic": 100 } },
"weather": { "base_temperature": 0.0 }
"city": { "basements": { "basement": 1000, "basement_hidden_lab_stairs": 100, "basement_bionic": 100 } }
}
]
4 changes: 2 additions & 2 deletions data/mods/Aftershock/maps/mapgen/prepnet_orchard.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"sealed_item": { "p": { "items": { "item": "farming_seeds", "chance": 100 }, "furniture": "f_plant_harvest" } },
"place_monsters": [
{ "monster": "GROUP_PARK_SCENIC", "x": 12, "y": 14, "chance": 2 },
{ "monster": "GROUP_PrepNet", "x": [ 3, 20 ], "y": [ 16, 20 ], "repeat": 4, "friendly": true }
{ "monster": "GROUP_PrepNet", "x": [ 3, 20 ], "y": [ 16, 20 ], "repeat": 4 }
],
"place_npcs": [ { "class": "prepnet_gardener", "x": 10, "y": 9 } ]
}
Expand Down Expand Up @@ -138,7 +138,7 @@
"sealed_item": { "p": { "items": { "item": "farming_seeds", "chance": 100 }, "furniture": "f_plant_harvest" } },
"place_monsters": [
{ "monster": "GROUP_PARK_SCENIC", "x": 12, "y": 14, "chance": 2 },
{ "monster": "GROUP_PrepNet", "x": [ 3, 20 ], "y": [ 16, 20 ], "repeat": 3, "friendly": true }
{ "monster": "GROUP_PrepNet", "x": [ 3, 20 ], "y": [ 16, 20 ], "repeat": 3 }
],
"place_npcs": [ { "class": "prepnet_gardener", "x": 10, "y": 9 } ]
}
Expand Down
1 change: 1 addition & 0 deletions data/mods/Aftershock/npcs/afs_factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"hells_raiders": { "kill on sight": true },
"marloss": { "kill on sight": true }
},
"mon_faction": "PrepNet",
"description": "A group of bionic preppers who had expected the collapse of the economy and global chaos, instead they were slightly more ready than others for the Cataclysm."
}
]
6 changes: 4 additions & 2 deletions data/mods/Aftershock/player/afs_professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
"points": 2,
"skills": [ { "level": 5, "name": "computer" } ],
"items": {
"both": [ "laptop", "software_useless", "linuxtshirt", "pants_cargo", "socks", "slingpack", "sneakers", "smart_phone" ],
"entries": [ { "item": "light_plus_battery_cell", "ammo-item": "battery", "charges": 150, "container-item": "eink_tablet_pc" } ],
"both": {
"itmes": [ "laptop", "software_useless", "linuxtshirt", "pants_cargo", "socks", "slingpack", "sneakers", "smart_phone" ],
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"entries": [ { "item": "light_plus_battery_cell", "ammo-item": "battery", "charges": 150, "container-item": "eink_tablet_pc" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/vehicles/afs_vehicle_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{
"y": 1,
"x": 3,
"parts": [ "turret_mount", { "ammo_type": [ "40x46mm_m433" ], "part": "mounted_mk19", "ammo": 60, "ammo_qty": [ 1, 25 ] } ]
"parts": [ "turret_mount", { "ammo_type": "40x46mm_m433", "part": "mounted_mk19", "ammo": 60, "ammo_qty": [ 1, 25 ] } ]
},
{ "y": 1, "x": 3, "parts": [ "seat", "seatbelt_heavyduty" ] },
{ "y": 0, "x": 3, "parts": [ "hdframe_vertical_2", "stowboard_vertical", "hdroof" ] },
Expand Down