Skip to content

Commit

Permalink
[Aftershock] Quick fixes for PR CleverRaven#48623 (CleverRaven#49866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Jul 12, 2021
1 parent ac5572d commit 4abc000
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"id": "mags_rifle_rare",
"items": [ [ "afs_UICASTA30", 40 ], [ "afs_UICASTA100drum", 20 ] ]
},
{
"type": "item_group",
"id": "afs_UICASTA30",
"items": [ [ "afs_UICASTA30", 40 ] ]
},
{
"type": "item_group",
"id": "mags_shotgun_rare",
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Aftershock/player/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"bio_night_vision",
"bio_metabolics",
"bio_power_storage_mkII",
"afs_bionic_rocket"
"afs_bio_missiles"
],
"proficiencies": [ "prof_gunsmithing_basic", "prof_traps", "prof_disarming" ],
"skills": [
Expand All @@ -132,12 +132,12 @@
{ "item": "sheath", "contents-item": "kukri" },
{
"item": "afs_gibrifle",
"ammo-item": "afs_7.50mm",
"ammo-item": "afs_7.50mm_caseless",
"charges": 30,
"contents-item": [ "shoulder_strap", "acog_scope" ]
},
{ "item": "xlballistic_vest_esapi" },
{ "item": "e_handcuffs", "container-item": "xlpolice_belt" },
{ "item": "xlpolice_belt" },
{ "item": "legpouch_large", "contents-group": "afs_UICASTA30" }
]
},
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Aftershock/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"points": 1,
"description": "What was to be a routine cargo transfer ended in tragedy when, in a brief moment of chaos, your space ship was intercepted and destroyed by a StO missile. As soon as the MAW alarm flared to life, you scrambled to the nearest escape pod and barely managed to reach the uncertain safety of the planet below.",
"allowed_locs": [ "sloc_escape_pod" ],
"professions": [ "afs_espatier", "afs_rating", "afs_captain_bearman" ],
"professions": [ "afs_espatier", "afs_rating" ],
"flags": [ "LONE_START" ],
"start_name": "Escape Pod"
},
Expand All @@ -103,7 +103,7 @@
"start_name": "Augmentation Clinic",
"flags": [ "LONE_START", "CHALLENGE" ],
"traits": [
"MARTIAL_ARTS_CF",
"MARTIAL_ARTS",
"URSINE_EYE",
"MIGO_BREATHE",
"FANGS",
Expand Down

0 comments on commit 4abc000

Please sign in to comment.