ShawnMerrow
Member
I just installed Deadlands Noir to Hero Labs today and have a question about it. How do you enter the Poverty Hindrance as you get no points for it.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Also the rules declare that all characters start with the Poverty hindrance. The problem is that if you take the Comfortable Edge it should just remove the Poverty Hindrance as its effect, but I've yet to find a good way to do that either. So instead the effects of the Poverty hindrance are applied to the character but the Hindrance is not listed on the sheet. Taking Comfortable will appropriately set starting cash to $150, though, and Rich and Filthy Rich also adjust money appropriately (as will Destitute.) So it's just something to be aware of that while the Poverty Hindrance doesn't show on the character sheet you can rest assured that the effects are still applied appropriately.
trustme
var cash as number
cash = 500
if (hero.tagis[source.Deadlands] <> 0) then
cash = 250
endif
herofield[acCashCfg].value = cash
~Set starting Cash
trustme
herofield[acCashCfg].value = 150
~apply effects of Poverty hindrance if the Companion is not selected
if (hero.tagis[source.DLNoirC] = 0) then
herofield[acCashMult].value = .5
endif