Skip to content

Commit

Permalink
Reduce armor of sentinel
Browse files Browse the repository at this point in the history
Turns out most zombies do lower damage than I thought.
  • Loading branch information
John-Candlebury committed Dec 20, 2019
1 parent 6cf6a70 commit bb23dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/afs_robots.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"melee_dice_sides": 4,
"melee_cut": 5,
"dodge": 8,
"armor_bash": 15,
"armor_bash": 10,
"armor_cut": 20,
"vision_day": 6,
"vision_night": 6,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/player/afs_professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
"CBMs": [ "bio_batteries", "bio_power_storage_mkII", "bio_eye_enhancer", "bio_int_enhancer", "bio_memory", "bio_cable" ],
"traits": [ "FLIMSY3", "SLOWHEALER3" ],
"pets": [ { "name": "afs_mon_sentinel_lx", "amount": 2 } ],
"skills": [ { "level": 6, "name": "speech" }, { "level": 6, "name": "computer" } ],
"items": {
"both": {
"items": [ "tux", "dress_shoes", "socks", "gold_watch", "undershirt", "smart_phone", "gasdiscount_platinum" ],
Expand All @@ -246,7 +247,6 @@
{ "item": "afs_wraitheon_smartphone" }
]
},
"skills": [ { "level": 6, "name": "speech" }, { "level": 6, "name": "computer" } ],
"male": [ "briefs", "collarpin", "diamond_ring" ],
"female": [ "panties", "hairpin", "pearl_collar" ]
}
Expand Down

0 comments on commit bb23dd4

Please sign in to comment.