-
-
Save Lusamine/d6b89a086df27953ee24eed8434fd24f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Sick": { | |
| "Koori": 1.5, | |
| "Nemuri": 1.5, | |
| "Doku": 1.2, | |
| "Yakedo": 1.2, | |
| "Mahi": 1.2 | |
| }, | |
| "Rare": 3, | |
| "BackStrike": { | |
| "Cowardice": 2, | |
| "NotCowardice": 2 | |
| }, | |
| "Cowardice": { | |
| "Normal": 0, | |
| "NotAware": 1.5, | |
| "Eating": 1.5, | |
| "Sleeping": 1.5, | |
| "Resting": 1.5 | |
| }, | |
| "NotCowardice": { | |
| "Normal": 0, | |
| "NotAware": 1.5, | |
| "Eating": 1.5, | |
| "Sleeping": 1.5, | |
| "Resting": 1.5 | |
| }, | |
| "Chance": 1.2, | |
| "Oyabun": 0.5, | |
| "OyabunChance": 3, | |
| "Coef": 0, | |
| "BackStrikeAngle": 120, | |
| "BackStrikeHeight": 0 | |
| } |
Comments are disabled for this gist.