Skip to content

Commit

Permalink
Remove non-scifi professions from Aftershock (#37292)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury authored and kevingranade committed Jan 25, 2020
1 parent 31d04ac commit 075afa3
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 149 deletions.
22 changes: 11 additions & 11 deletions data/mods/Aftershock/player/mutations.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
[
{
"type": "mutation",
"id": "AFS_PROF_SKIIER",
"name": "Alpine Conditioning",
"description": "Time spent in high altitudes and low temperatures have adapted you to them, and you're slightly better at resisting the cold.",
"bodytemp_modifiers": [ 50, 100 ],
"points": 0,
"valid": false,
"purifiable": false,
"profession": true
},
{
"type": "mutation",
"id": "AFS_BRUTAL_STRENGTH",
Expand All @@ -21,5 +10,16 @@
"cancels": [ "STR_UP" ],
"profession": true,
"passive_mods": { "str_mod": 7 }
},
{
"type": "mutation",
"id": "AFS_CRYOADAPTATION",
"name": "Cryoadaptation",
"description": "An experimental cryosleep procedure has permanently altered your body, allowing you to better tolerate cold temperatures.",
"bodytemp_modifiers": [ 50, 100 ],
"points": 0,
"valid": false,
"purifiable": false,
"profession": true
}
]
11 changes: 11 additions & 0 deletions data/mods/Aftershock/player/obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
"traits": [ "AFS_PROF_STRONGMAN" ],
"items": { "both": [ "b_shorts", "undershirt" ], "male": [ "briefs" ], "female": [ "boy_shorts" ] }
},
{
"type": "mutation",
"id": "AFS_PROF_SKIIER",
"name": "Alpine Conditioning",
"description": "Time spent in high altitudes and low temperatures have adapted you to them, and you're slightly better at resisting the cold.",
"bodytemp_modifiers": [ 50, 100 ],
"points": 0,
"valid": false,
"purifiable": false,
"profession": true
},
{
"type": "mutation",
"id": "AFS_PROF_STRONGMAN",
Expand Down
150 changes: 12 additions & 138 deletions data/mods/Aftershock/player/professions.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,4 @@
[
{
"type": "profession",
"ident": "afs_debug",
"name": "Debugger",
"description": "Your sole purpose in life is to test mods. Did you exist before this? Or were you brought into existence at this moment? You scream - for you do not know. (This profession is CHEATING! Only use it if you're testing code and want to quickly jump in.)",
"points": 10,
"traits": [ "DEBUG_HS", "DEBUG_NODMG", "DEBUG_STORAGE", "DEBUG_BIONIC_POWER", "DEBUG_NOTEMP", "DEBUG_LS" ],
"CBMs": [ "bio_power_storage_mkII", "bio_power_storage_mkII", "bio_power_storage_mkII", "bio_power_storage_mkII", "bio_tools" ],
"skills": [ { "level": 8, "name": "fabrication" }, { "level": 8, "name": "mechanics" } ],
"items": { "both": [ "linuxtshirt", "pants_cargo", "socks", "sneakers" ], "male": [ "briefs" ], "female": [ "bra", "panties" ] }
},
{
"type": "profession",
"ident": "afs_skiier",
"name": "Skiier",
"description": "The slopes of New England are nice this time of year, and you were spending the month on vacation at a resort when you were evacuated.",
"points": 2,
"traits": [ "AFS_PROF_SKIIER" ],
"skills": [ { "level": 3, "name": "dodge" }, { "level": 2, "name": "survival" } ],
"items": {
"both": [ "ski_jacket", "pants_ski", "socks_wool", "boots_winter", "mask_ski", "goggles_ski", "gloves_wool", "duffelbag" ],
"male": [ "briefs" ],
"female": [ "sports_bra", "boy_shorts" ]
}
},
{
"type": "profession",
"ident": "afs_linux_patron",
"name": "Linux Patron",
"description": "You've grown up using Linux, have hacked together your own operating system out of Gentoo and a bunch of packages, and campaign for open source like it's a basic human right. None of these things matter in the apocalypse, but your knowledge of the inner workings of 87% of the world's servers might.",
"points": 2,
"skills": [ { "level": 5, "name": "computer" } ],
"items": {
"both": {
"items": [ "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" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "afs_technician",
"name": "Technician",
"description": "You worked as an electrical lineman for New England's leading electrical company. You were still in uniform when the Cataclysm struck. At least you had your tools!",
"points": 2,
"skills": [ { "level": 2, "name": "electronics" }, { "level": 2, "name": "mechanics" } ],
"items": {
"both": [
"hat_hard",
"toolbox",
"technician_shirt_gray",
"technician_pants_gray",
"socks",
"gloves_work",
"boots_steel",
"tool_belt"
],
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "afs_radio_technician",
Expand All @@ -84,6 +21,15 @@
"female": [ "bra", "boy_shorts" ]
}
},
{
"type": "profession",
"ident": "afs_cryosleep_survivor",
"name": "Cryosleep Survivor",
"description": "A sudden power failure woke you from the cryosleep sarcophagus in which you had entombed yourself lifetimes ago. It seems the emergency reanimation procedure has damaged your memory, and now, bearing almost no knowledge of your past life, you must find a way to survive in a ruined and alien world.",
"points": 2,
"traits": [ "AFS_CRYOADAPTATION" ],
"items": { "both": [ "jumpsuit", "boots_winter", "under_armor", "under_armor_shorts", "gloves_wool" ] }
},
{
"type": "profession",
"ident": "afs_atomic_pitchman",
Expand All @@ -109,53 +55,6 @@
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "afs_baker",
"name": "Baker",
"description": "You worked at a modest bakery specializing in birthday cakes. When the sirens sounded, you had one, decorated and all, in your hands, and by the time you got to relative safety, you were still holding it.",
"points": 1,
"skills": [ { "level": 2, "name": "cooking" } ],
"items": {
"both": [ "jihelucake", "rolling_pin", "flour", "cooking_oil", "tshirt", "socks", "jeans", "sneakers", "slingpack" ],
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "afs_serial_killer",
"name": "Serial Killer",
"description": "Whether due to insanity, a lack of conscience, or some other reason, your unorthodox employment centered around taking lives. You pilfered a welding mask from the local garage, and an axe from a stopped fire truck, and created an identity for yourself painted in red. But now, it seems, someone with skills like yours might actually have a chance.",
"points": 3,
"skills": [
{ "level": 3, "name": "melee" },
{ "level": 3, "name": "cutting" },
{ "level": 1, "name": "survival" },
{ "level": 1, "name": "mechanics" }
],
"traits": [ "PSYCHOPATH", "KILLER" ],
"items": {
"both": [
"welding_mask",
"crowbar",
"fire_ax",
"jacket_leather",
"undershirt",
"pants_cargo",
"socks",
"slingpack",
"mask_rioter",
"gloves_leather",
"boots_steel",
"crude_picklock",
"crude_picklock",
"crude_picklock"
],
"male": [ "briefs" ],
"female": [ "boy_shorts" ]
}
},
{
"type": "profession",
"ident": "afs_planar_frontiersman",
Expand Down Expand Up @@ -192,31 +91,6 @@
"female": [ "boy_shorts", "bra" ]
}
},
{
"type": "profession",
"ident": "afs_librarian",
"name": "Librarian",
"description": "The librarian's calling is a simple one, but it suited you fine. When the sirens sounded, you grabbed some manuals on your way out, and the book you never got to publish.",
"points": 1,
"traits": [ "LOVES_BOOKS" ],
"items": {
"both": [
"pants",
"dress_shirt",
"socks",
"dress_shoes",
"knit_scarf",
"manual_mechanics",
"manual_electronics",
"cookbook_sushi",
"glassblowing_book",
"afs_librarian_book",
"backpack_leather"
],
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "afs_cbm_engineer",
Expand All @@ -238,7 +112,7 @@
"type": "profession",
"ident": "afs_wraitheon_executive",
"name": "Wraitheon Executive",
"description": "You were one of the chief executives of the Megacoprporation Wraitheon Robotics ltd. and consistently ranked among the most powerful and influential persons of the world. Still, the apocalypse has caught you unprepared, and now after the dissolution of your company and the crumbling of your network of influence, your were left powerless and destitute, and must rely on your two robotic bodyguards to survive.",
"description": "You were one of the chief executives of the Megacorporation Wraitheon Robotics ltd. and consistently ranked among the most powerful and influential persons of the world. Still, the apocalypse has caught you unprepared, and now after the dissolution of your company and the crumbling of your network of influence, your were left powerless and destitute, and must rely on your two robotic bodyguards to survive.",
"points": 8,
"CBMs": [ "bio_batteries", "bio_power_storage_mkII", "bio_eye_enhancer", "bio_int_enhancer", "bio_memory", "bio_cable" ],
"traits": [ "FLIMSY3", "SLOWHEALER3" ],
Expand Down Expand Up @@ -301,8 +175,8 @@
{
"type": "profession",
"ident": "afs_affluent_executive",
"name": "Affluent Executive",
"description": "You worked at a high position in a wealthy company, earning numbers most people could only dream of, and you savored it. You start with a maxed-out cash card.",
"name": "Assistant Sub-Executive",
"description": "Through a lifetime of hard work, dedication, boot-licking and immense luck, you achieved the almost impossible, and were promoted from an indentured clerk to a minor managerial position. Although you were still an expendable peon among the ranks of the corporation, you earned numbers most people could only dream of, and you savored it.",
"points": 2,
"items": {
"both": {
Expand Down

0 comments on commit 075afa3

Please sign in to comment.