arnonram / swade-npc-importer

Savage Worlds Stat-block importer for FoundryVTT
7 stars 8 forks source link

Enhancement: Set data.data.bennies.max and .value to 0 on import #74

Closed SalieriC closed 3 years ago

SalieriC commented 3 years ago

The system is very bad at handling NPCs of non-Wild Card status as it does not touch the Bennies. Setting data.data.bennies.max and data.data.bennies.value to 0 if a non-Wild Card NPC is imported would be great to fix what the system misses. This is a minor enhancement. Not of priority but a QoL improvement. It might be out of scope for this module though, not on me to decide.

arnonram commented 3 years ago

That's not to tough to implement

So it should be something like this:

arnonram commented 3 years ago

Actually, that's not taking into account edges/hindrances that affect bennies... :/

arnonram commented 3 years ago

i'll just ignore edges/hindrances that affect bennies at the moment...

SalieriC commented 3 years ago

There are no non-Wild Card characters but other than that yes.