Notes |
|
(0005876)
|
Warmonger
|
2015-09-27 19:31
(edited on: 2015-09-27 19:32) |
|
Spell name is too long, I have no idea how it could be fixed. At most the text could be truncated to inner rectangle.
|
|
|
(0005877)
|
AVS
|
2015-09-28 09:41
|
|
We can remove spell name from 1-st line. |
|
|
(0005878)
|
AVS
|
2015-09-28 09:45
|
|
Current version:
"SPELL_AFTER_ATTACK":
{
"name": "Caster - ${subtype.spell}",
"description": "${val}% chance to cast after attack"
},
New:
"SPELL_AFTER_ATTACK":
{
"name": "Caster ${val}% chance ",
"description": "${subtype.spell} after attack"
}, |
|
|
(0005882)
|
AVS
|
2015-09-29 15:18
|
|
Moved spell names to bonus description, this particular issue is resolved as description is already being truncated if needed. |
|