Home
last modified time | relevance | path

Searched refs:PriceIsProportionalToEnchantment (Results 1 – 4 of 4) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Ditem.h115 truth PriceIsProportionalToEnchantment; member
393 DATA_BASE_TRUTH(PriceIsProportionalToEnchantment);
/dports/games/ivan/ivan-059/Script/
H A Ditem.dat92 PriceIsProportionalToEnchantment = false;
1681 PriceIsProportionalToEnchantment = true;
2176 PriceIsProportionalToEnchantment = true;
3996 PriceIsProportionalToEnchantment = true;
4020 PriceIsProportionalToEnchantment = true;
4204 PriceIsProportionalToEnchantment = true;
4229 PriceIsProportionalToEnchantment = true;
4322 PriceIsProportionalToEnchantment = true;
4410 PriceIsProportionalToEnchantment = true;
4440 PriceIsProportionalToEnchantment = true;
[all …]
/dports/games/ivan/ivan-059/Main/Source/
H A Ddatabase.cpp583 ADD_MEMBER(PriceIsProportionalToEnchantment); in CreateDataBaseMemberMap()
H A Ditem.cpp1106 if(!PriceIsProportionalToEnchantment()) in GetEnchantedPrice()