Feature Add skill.boris proxy record, repurpose skill.song proxy record

fxer

Member
Add skill.songof proxy record, repurpose skill.song proxy record

The $skill proxy record has a field 'song' that appears to contain only Avatar of Boris/Dreadsylvanian songs, not songs cast by Accordion Thiefs. The proxy record also has a 'buff' field where S/TT/AT buffs are all lumped together. Seems like renaming it's current functionality to skill.boris and repurposing skill.song to refer to AT songs would be more useful?

PHP:
foreach s in $skills[] {
	if(s.song){ print(s); }
}

EDIT: updated since skill.song holds both AoB and Dreadsylvanian songs
 
Last edited:
Top