Notes |
|
(0007631)
|
asgraf
|
2018-08-25 20:07
(edited on: 2018-08-25 20:13) |
|
Additionally BAN_SPELLS that prevents spells from being casted (and/or learned) with similar limiters would be useful for custom artifacts
|
|
|
(0007634)
|
AVS
|
2018-08-26 18:06
|
|
Please provide examples of desired JSON configuration. |
|
|
(0007639)
|
AVS
|
2018-08-27 20:09
|
|
|
|
(0007640)
|
asgraf
|
2018-08-27 20:58
|
|
[
{
"type": "ALLOW_LEARN_SPELLS",
"subtype": 0,//0 allow spells | 1 ban spells
"val" : 3,//spell level
"description" : "Unlock Hero ability to learn level 3 fire spells",
"limiters": [
{
"type":"SPELL_SCHOOL_LIMITER",
"parameters":["fire"]
}
]
},
{
"type": "ALLOW_LEARN_SPELLS",
"subtype": 0,//0 allow spells | 1 ban spells
"val" : 5,//spell level
"description" : "Unlock Hero ability to learn all summon spells",
"limiters": [
{
"type":"SPELL_EFFECT_LIMITER",
"parameters":["summon"]
}
]
},
{
"type": "ALLOW_LEARN_SPELLS",
"description" : "Unlock Hero ability to learn Summon Elemental spells",
"limiters": [
{
"type":"SPELL_ID_LIMITER",
"parameters":["airElemental","waterElemental","earthElemental","fireElemental"]
}
]
},
{
"type": "ALLOW_LEARN_SPELLS",
"val" : 3,
"description" : "Basic Wisdom Equivalent"
},
{
"type": "ALLOW_LEARN_SPELLS",
"val" : 4,
"description" : "Advanced Wisdom Equivalent"
},
{
"type": "ALLOW_LEARN_SPELLS",
"val" : 5,
"description" : "Expert Wisdom Equivalent"
}
]
|
|
|
(0007641)
|
asgraf
|
2018-08-27 21:19
(edited on: 2018-08-27 21:20) |
|
Since new bonus is extension of wisdom bonus, old wisdom effect probably should be deprecated or treated as alias of new ALLOW_LEARN_SPELLS effect.
To avoid functional duplication Wisdom skill should be changed to use this new bonus
|
|
|
(0007642)
|
asgraf
|
2018-08-27 21:26
|
|
I don't know if i restrictions should be listed as limiters or if they should be part of effect in addInfo key. |
|
|
(0008685)
|
asgraf
|
2023-07-28 23:23
|
|
*** Shameless bump after 5 years of waiting ***
Any chances for implementation? |
|