mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user