New pages
Jump to navigation
Jump to search
- 21:04, 23 September 2024 Sacred 2:How is a character's unarmed damage calculated? (hist) [13,824 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_damage_phy'''. <pre> newBonus = { -- name = "crbonus_damage_phy", rating = 0, basedonskill = "SKI...")
- 20:36, 23 September 2024 Sacred 2:How is a character's natural Willpower calculated? (hist) [14,272 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_attr_wil_pc'''. <pre> newBonus = { -- name = "crbonus_attr_wil_pc", rating = 0, basedonskill = "S...")
- 20:10, 23 September 2024 Sacred 2:How is a character's natural Vitality calculated? (hist) [14,250 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_attr_vit_pc'''. <pre> newBonus = { -- name = "crbonus_attr_vit_pc", rating = 0, basedonskill = "S...")
- 19:46, 23 September 2024 Sacred 2:How is a character's natural Stamina calculated? (hist) [14,271 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_attr_sta_pc'''. <pre> newBonus = { -- name = "crbonus_attr_sta_pc", rating = 0, basedonskill = "S...")
- 19:21, 23 September 2024 Sacred 2:How is a character's natural Intelligence calculated? (hist) [14,320 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_attr_int_pc'''. <pre> newBonus = { -- name = "crbonus_attr_int_pc", rating = 0, basedonskill = "S...")
- 17:45, 23 September 2024 Sacred 2:How is a character's natural Dexterity calculated? (hist) [14,261 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_attr_dex_pc'''. <pre> newBonus = { -- name = "crbonus_attr_dex_pc", rating = 0, basedonskill = "S...")
- 17:11, 23 September 2024 Sacred 2:How is a character's natural Strength calculated? (hist) [14,243 bytes] Maneus (talk | contribs) (Created page with "It all starts in '''blueprint.txt'''. There is a bonus called '''crbonus_attr_str_pc'''. <pre> newBonus = { -- name = "crbonus_attr_str_pc", rating = 0, basedonskill = "S...")