New Content Sword of S Words

Ryo_Sangnoir

Developer
Staff member
New familiar

Need:
* arena stats
* track monster sword is killing on skill use
* replace the drop table on area combat data I guess, and in the relay
* track when sword stops killing monster on either skill use or fight limit
* pref for 100 fights / day
* extract modifiers from desc_familiar or manual S-counting
* log stuff in fightrequest (it's familiarmessage)
 
Last edited:
There are many items (and corresponding properties) that track monsters, and most all of them have the property be the monster name.
"swordOfSWordsMonster" is the monster ID.

I think the ID is nice because it is less ambiguous, but it does not match the general approach of previous Mafia properties. We should consciously made a decision on a preferred option.
Thoughts?
 
We pick the ID if there's a comment telling us what the ID is, and the name if we can't do that.

So the ID is better and preferred, but in many cases we only get the name, and because names are ambiguous we can't safely convert it to an ID.
 
Back
Top