Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riot armor nerf #62395

Merged
merged 23 commits into from
Dec 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
85 -> 80 coverage
  • Loading branch information
bean-b committed Nov 28, 2022
commit d262a721a65c8601cee323b7a3339ff21fc5d5bf
2 changes: 1 addition & 1 deletion data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
@@ -1400,7 +1400,7 @@
"coverage": 85,
"material": [
{ "type": "plastic_pad", "covered_by_mat": 100, "thickness": 6 },
{ "type": "thermo_resin", "covered_by_mat": 85, "thickness": 1.5 }
{ "type": "thermo_resin", "covered_by_mat": 80, "thickness": 1.5 }
bean-b marked this conversation as resolved.
Show resolved Hide resolved
],
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "arm_upper_l", "arm_upper_r", "leg_upper_l", "leg_upper_r" ]
},
2 changes: 1 addition & 1 deletion data/json/items/armor/torso_armor.json
Original file line number Diff line number Diff line change
@@ -2083,7 +2083,7 @@
"coverage": 85,
"material": [
{ "type": "plastic_pad", "covered_by_mat": 100, "thickness": 6 },
{ "type": "thermo_resin", "covered_by_mat": 85, "thickness": 1.5 }
{ "type": "thermo_resin", "covered_by_mat": 80, "thickness": 1.5 }
bean-b marked this conversation as resolved.
Show resolved Hide resolved
],
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "arm_upper_l", "arm_upper_r", "leg_upper_l", "leg_upper_r" ]
},