All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SacredWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:04, 23 September 2024 Maneus talk contribs created page Sacred 2:How is a character's unarmed damage calculated? (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 Maneus talk contribs created page Sacred 2:How is a character's natural Willpower calculated? (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 Maneus talk contribs created page Sacred 2:How is a character's natural Vitality calculated? (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 Maneus talk contribs created page Sacred 2:How is a character's natural Stamina calculated? (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 Maneus talk contribs created page Sacred 2:How is a character's natural Intelligence calculated? (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 Maneus talk contribs created page Sacred 2:How is a character's natural Dexterity calculated? (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 Maneus talk contribs created page Sacred 2:How is a character's natural Strength calculated? (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...")