Chaosy
Tutorial Reviewer
- Joined
- Jun 9, 2011
- Messages
- 13,219
hey, have been thinking of it a few times but I can't seem to find it out.
I have seen systems that give bonus stat's example bonusmod or bonus those are not what made me ask this but they are known examples.
they use stuff like this
example if I want to add 7 armor should I add first 6 armor and then 1 armor? will those stack? and how do I calculate which ones to use
I have seen systems that give bonus stat's example bonusmod or bonus those are not what made me ask this but they are known examples.
they use stuff like this
- Set Bonus_Ability[0] = Item Armor Bonus (+1)
- Set Bonus_Ability[1] = Item Armor Bonus (+2)
- Set Bonus_Ability[2] = Item Armor Bonus (+4)
- Set Bonus_Ability[3] = Item Armor Bonus (+8)
- Set Bonus_Ability[4] = Item Armor Bonus (+16)
- Set Bonus_Ability[5] = Item Armor Bonus (+32)
- Set Bonus_Ability[6] = Item Armor Bonus (+64)
- Set Bonus_Ability[7] = Item Armor Bonus (+128)
- Set Bonus_Ability[8] = Item Armor Bonus (+256)
- Set Bonus_Ability[9] = Item Armor Bonus (+512
example if I want to add 7 armor should I add first 6 armor and then 1 armor? will those stack? and how do I calculate which ones to use