Skip to content

Commit

Permalink
Rerun Tests Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
b3brodie committed Jun 3, 2024
1 parent 3bf2900 commit b4ab4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/MAGIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,5 +964,5 @@ Character status value | Description
{ "value": "ARMOR_HEAT", "multiply": 0.4 } // increases damage taken from fire by 40%
{ "value": "ARMOR_CUT", "add": 2 } // increases incoming cut damage by 2
{ "value": "ARMOR_BIO", "multiply": -1.4 } // subtracts 100 percent of incoming biological damage, heals for the remaining 40%
{ "value": "ARMOR_ACID", "multiply": 1.4 } // increases incoming acid damage by 140%
{ "value": "ARMOR_ACID", "multiply": 1.4 } // increases incoming acid damage by 140%
```

0 comments on commit b4ab4a0

Please sign in to comment.