Skip to content

Commit

Permalink
[Aftershock] Small fixes (CleverRaven#48931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored May 19, 2021
1 parent e8e768b commit 338ff1d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions data/mods/Aftershock/items/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
},
{
"id": "afs_freeze_gauntlet",
"type": "GENERIC",
"type": "ARMOR",
"name": { "str_sp": "psychrophile handling gloves" },
"description": "These gloves are designed for handling organisms that live in extremely cold temperatures. They can also be used to freeze your foes to death.",
"weight": "3778 g",
Expand All @@ -151,11 +151,14 @@
"color": "light_cyan",
"bashing": 3,
"relic_data": {
"passive_effects": [ { "has": "WIELD", "condition": "ALWAYS", "values": [ { "value": "ITEM_DAMAGE_COLD", "add": 43 } ] } ]
"passive_effects": [ { "has": "WIELD", "condition": "ALWAYS", "values": [ { "value": "ITEM_DAMAGE_COLD", "add": 17 } ] } ]
},
"to_hit": 0,
"flags": [ "NO_REPAIR", "NONCONDUCTIVE", "SLOW_WIELD", "DURABLE_MELEE", "UNARMED_WEAPON" ],
"techniques": [ "WBLOCK_1" ]
"techniques": [ "WBLOCK_1" ],
"coverage": 100,
"encumbrance": 5,
"material_thickness": 1
},
{
"type": "GENERIC",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/maps/lab_cryo_room.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"|........|...6|........|",
"|x......c|....|c......x|",
"|x......c|-LL-|c......x|",
"|........|&..&|........|",
"|........|6..&|........|",
"|......................|",
"|....cc.........cc.....|",
"|l...hx.........xh....l|",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/maps/lab_vehicle_track.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"|--------|....|--------|",
"|llllllllg...6gllllllll|",
"|#.......-gLLg-.......#|",
"|#....................#|",
"|#............6.......#|",
"|......................|",
"|......................|",
"|......................|",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/maps/lab_weapons_range.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"|........|...6|........|",
"|x......S|....|htth...&|",
"|x......S|-LL-|htth....|",
"|........|....|........|",
"|........|....|6.......|",
"|......................|",
"|-----|................|",
"|rrrrr|................|",
Expand Down

0 comments on commit 338ff1d

Please sign in to comment.