Home
last modified time | relevance | path

Searched refs:profdmgbon (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.h265 int profdmgbon; member
267 …, prof(0), backstabbing(false), wflags(0), critmulti(0), critrange(0), profdmgbon(0), launcherdmgb… in WeaponInfo()
H A DActor.cpp6976 wi.profdmgbon = atoi(wspecial->QueryField(stars, 1)); in GetCombatDetails()
6977 DamageBonus += wi.profdmgbon; in GetCombatDetails()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp12597 PyDict_SetItemString(dict, "ProfDmgBon", PyInt_FromLong (wi.profdmgbon));