Is this possible to create?
Greener
Member Posts: 430
To have an item raise an ability score by a incremental number to a maximum number?
For example:
Equipped abilities:
+2 to constitution to a maximum of 20
For example:
Equipped abilities:
+2 to constitution to a maximum of 20
0
Comments
Thank you for your time, that does seem to be a wee bit of a pain to implement...
- Add opcode 318 (Protection from spell) with condition: CON >= 20, timing mode: 10, duration: 1, resource: your ITM resref
- Add opcode 10 (Constitution bonus), bonus: +1 increment, timing mode: while equipped
- Add opcode 318 (Protection from spell) with condition: CON >= 19, timing mode: 10, duration: 1, resource: your ITM resref
- Add opcode 10 (Constitution bonus), bonus: +1 increment, timing mode: while equipped
Disadvantage of this method: Works only on recent EE versions (v2.0+). Everything after the protection opcode will be skipped, so it might not work for every setup.