Statistics
Latest topics
CHARACTER PRESET: Gor (balanced)
Page 1 of 1•
CHARACTER PRESET: Gor (balanced)
This is a character preset which could be suitable for combat in a RP setting on Gor.
Men are tougher, but the parameters are balanced so that women have a better stamina regeneration. Regeneration rates are all faster than on earth.
Copy and paste the code below. Delete all lines starting with // for faster parsing
Men are tougher, but the parameters are balanced so that women have a better stamina regeneration. Regeneration rates are all faster than on earth.
Copy and paste the code below. Delete all lines starting with // for faster parsing
- Code:
//CHARACTER PRESET: Gor (balanced)
//Characterisation: tough men, weak women, balanced
new_role=male
// Let's use the template for males and modify it a bit:
role_template=male
// This determines the sensitivity for untrained males.
// If you switch off defense experience, all males will operate at this sensitivity:
role_weak_sensitivity=1.0
// If you use defense experience, a very experiences male can achieve
// the following lower sensitiviy. If you don't, this line will be ignored:
role_strong_sensitivity=0.9
// Regeneration time is:
role_health_regen_time=7
role_stamina_regen_time=8
new_role=female
role_template=female
// women are more sensitive to attacks ...
role_weak_sensitivity=1.2
// ... and can be as tough as men:
role_strong_sensitivity=0.9
// Regeneration time is:
role_health_regen_time=7
// Their stamina builds up faster though
role_stamina_regen_time=6

Home



» Standard Controls for Attack Variants
» problem with metalife
» Updates: region server 1.3, meter 1.14 and website
» How to set up your region server v1.3
» REGION PRESET: standard (use this as template)
» CHARACTER PRESET: tournament
» CHARACTER PRESET: Gorean animals and Kurii
» CHARACTER PRESET: strict Gor (unbalanced)