Skip to content

Commit

Permalink
Merge pull request #76638 from Holli-Git/trap_disarment_adjustments
Browse files Browse the repository at this point in the history
Adjust trap difficulty
  • Loading branch information
Maleclypse authored Sep 25, 2024
2 parents 78ebcd0 + 19e278b commit c05979c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/traps.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"symbol": "^",
"visibility": 5,
"avoidance": 4,
"difficulty": 5,
"difficulty": 0,
"action": "crossbow",
"drops": [ "string_36", "crossbow", "bolt_steel" ],
"vehicle_data": {
Expand All @@ -350,7 +350,7 @@
"symbol": "^",
"visibility": 4,
"avoidance": 5,
"difficulty": 6,
"difficulty": 0,
"action": "shotgun",
"drops": [ "string_36", "slamfire_shotgun_d", { "item": "shot_00", "quantity": 2, "charges": 1 } ],
"vehicle_data": {
Expand All @@ -375,7 +375,7 @@
"symbol": "^",
"visibility": 4,
"avoidance": 5,
"difficulty": 6,
"difficulty": 0,
"action": "shotgun",
"drops": [ "string_36", "slamfire_shotgun_d", { "item": "shot_00", "quantity": 1, "charges": 1 } ],
"vehicle_data": {
Expand All @@ -401,7 +401,7 @@
"symbol": "^",
"visibility": 4,
"avoidance": 5,
"difficulty": 6,
"difficulty": 0,
"action": "shotgun",
"drops": [ "string_36", "slamfire_shotgun", { "item": "shot_00", "quantity": 1, "charges": 1 } ],
"vehicle_data": {
Expand Down Expand Up @@ -625,7 +625,7 @@
"flags": [ "ECHOLOCATION_DETECTABLE" ],
"visibility": 5,
"avoidance": 4,
"difficulty": 7,
"difficulty": 0,
"action": "boobytrap",
"drops": [ "boobytrap" ],
"vehicle_data": {
Expand Down

0 comments on commit c05979c

Please sign in to comment.