26 perception drinking all abilities (#56)
* Innate abilities + Added Perception as fixed innate ability + Added Drinking as fixed innate ability + Set Luckpoints to 0 * Duration Update + Added Duration to Effects + Added Perception to Eye & Ear Injury * Fixed like recommended + Fixed M5Base +Fixed M5Character + Fixed M5Rolls + Fixed Skills HBS + Fixed BrawlFw + Fixed Effect (not saved already) * fix minor issues --------- Co-authored-by: Byroks <byroks@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"value": 0,
|
||||
"magic": false,
|
||||
"rolls": { "formulas": {}, "output": "" },
|
||||
"mods": { "0": { "type": "skill", "id": "Sehen", "operation": "subtract", "value": 2 } },
|
||||
"mods": { "0": { "type": "stat", "id": "perception", "operation": "subtract", "value": 2 } },
|
||||
"calc": {}
|
||||
},
|
||||
"effects": [],
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"value": 0,
|
||||
"magic": false,
|
||||
"rolls": { "formulas": {}, "output": "" },
|
||||
"mods": { "0": { "type": "skill", "id": "Hören", "operation": "subtract", "value": 2 } },
|
||||
"mods": { "0": { "type": "stat", "id": "perception", "operation": "subtract", "value": 2 } },
|
||||
"calc": {}
|
||||
},
|
||||
"effects": [],
|
||||
|
||||
Reference in New Issue
Block a user