removing smarty - part III

- convert first pages to extend GenericPage (Race/s; Class/es; Main)
- added new stack-rule from TC to spells
This commit is contained in:
Sarjuuk
2014-06-15 22:00:01 +02:00
parent 3347778e4c
commit a5ae244216
17 changed files with 507 additions and 463 deletions

View File

@@ -11131,7 +11131,8 @@ Listview.templates = {
buff = 'coexist'; // without condition
break;
case 2:
buff2 = '(from same caster)';
case 4:
buff2 = spell.stackRule == 2 ? '(from same caster)' : '(strongest effect is applied)';
case 1:
buff = 'exclusive'; // without condition
break;