mclemente / healthEstimate

See the state of a character's health with a simple mouse-hover.
MIT License
22 stars 34 forks source link

Star Wars FFG System Support? #3

Closed Sonny-Crockett closed 3 years ago

Sonny-Crockett commented 3 years ago

[@actor.data.data.stats.wounds.value] [@actor.data.data.stats.wounds.max]

Could we get support for the FFG Star Wars system please?

mclemente commented 3 years ago

Sure! I need some more info: Does the system have some kind of temporary hit points? Wounds are counted from 0 to max, right? Is Hull Trauma the ship's equivalent of hp?

Sonny-Crockett commented 3 years ago

Temp HP, I don't think so.

Yes strain and system strain can be ignored for "HP" concerns. Wounds are counted up, correct so someone with 0 wounds has 100% hp.

Hull Trauma is "Wounds" for ships.

https://eote.bgsemc.com/rules/health - link for more info

mclemente commented 3 years ago

Thanks, I've updated the module. Please, check if there's anything weird with the system.

Sonny-Crockett commented 3 years ago

It is working, but looks like my NPCs are coming up as Vehicles? It's showing "Pristine" instead of "Uninjured". PCs are working correctly!

Let me know if you need any info to help out. I mean it is perfectly usable as is, just figured I would report it.

mclemente commented 3 years ago

Got it. The description logic looks if the token's type isn't "character" or "npc", SWFFG NPC's are "minion" instead, so it is considered a vehicle instead because it worked back then with Starfinder.

Sonny-Crockett commented 3 years ago

Oh great catch. Do I need to update anything on my end?

mclemente commented 3 years ago

Just update the module.

Sonny-Crockett commented 3 years ago

image

Its working great! Thank you so much.