Statistics
Latest topics
CHARACTER PRESET: strict Gor (unbalanced)
Page 1 of 1•
CHARACTER PRESET: strict Gor (unbalanced)
This is a character preset which could be suitable for combat in a RP setting on Gor.
Men are tougher and regenerate faster, women will always be significantly weaker
Copy and paste the code below. Delete all lines starting with // for faster parsing
Men are tougher and regenerate faster, women will always be significantly weaker
Copy and paste the code below. Delete all lines starting with // for faster parsing
- Code:
//PRESET: STRICT GOR (unbalanced)
// Characterisation: tough men, women will always be weaker, fast regeneration for men only
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.7
// Regeneration time is:
role_health_regen_time=7
role_stamina_regen_time=5
new_role=female
role_template=female
// women are much more sentivie to attacks ...
role_weak_sensitivity=1.5
// ... and can never be tougher than men:
role_strong_sensitivity=1.0
// Regeneration time is:
role_health_regen_time=10
role_stamina_regen_time=8

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)