|
@@ -98,8 +98,6 @@ if $ARGS[0] = 'set_base_stats':
|
|
|
|
|
|
!!----- INVENTRORY -----!!
|
|
|
money = 2000
|
|
|
- school_clothing = 0
|
|
|
- swim_start = 0
|
|
|
mc_inventory['comb'] = 0
|
|
|
mc_inventory['umbrella'] = 0
|
|
|
mc_inventory['travel_mirror'] = 0
|
|
@@ -199,131 +197,6 @@ if $ARGS[0] = 'set_base_city_stats':
|
|
|
end
|
|
|
|
|
|
|
|
|
-if $ARGS[0] = 'city_backup_full':
|
|
|
- gs 'intro_functions', 'set_base_city_stats'
|
|
|
-
|
|
|
- !!----- SKILS -----!!
|
|
|
- ! Attributes
|
|
|
- pcs_stren = 40
|
|
|
- pcs_agil = 40
|
|
|
- pcs_vital = 40
|
|
|
- pcs_intel = 40
|
|
|
- pcs_react = 40
|
|
|
- pcs_sprt = 40
|
|
|
- pcs_chrsm = 40
|
|
|
- pcs_prcptn = 40
|
|
|
- pcs_magik = 0
|
|
|
-
|
|
|
- strenbuf = 40
|
|
|
- agilbuf = 40
|
|
|
- vitalbuf = 40
|
|
|
-
|
|
|
- ! Sexual
|
|
|
- pcs_inhib = 15
|
|
|
- willpowermax = 60
|
|
|
-
|
|
|
- ! Combat
|
|
|
- pcs_jab = 0
|
|
|
- pcs_punch = 0
|
|
|
- pcs_kick = 0
|
|
|
- pcs_def = 0
|
|
|
- pcs_shoot = 0
|
|
|
- pcs_bushcraft = 0
|
|
|
-
|
|
|
- ! Craft
|
|
|
- pcs_vokal = 0
|
|
|
- pcs_sewng = 0
|
|
|
- pcs_instrmusic = 0
|
|
|
- pcs_photoskl = 0
|
|
|
- pcs_artskls = 15
|
|
|
- pcs_perform = 0
|
|
|
- pcs_musicprod = 0
|
|
|
-
|
|
|
- ! Dance
|
|
|
- pcs_danc = 30
|
|
|
- pcs_dancero = 0
|
|
|
- pcs_dancpol = 0
|
|
|
- pcs_cheer = 0
|
|
|
-
|
|
|
- ! Sport
|
|
|
- pcs_run = 0
|
|
|
- pcs_vball = 0
|
|
|
- pcs_icesktng = 0
|
|
|
- pcs_wrstlng = 0
|
|
|
- pcs_ftbll = 0
|
|
|
-
|
|
|
- ! Work
|
|
|
- pcs_wrstlng = 0
|
|
|
- pcs_mdlng = 0
|
|
|
- pcs_medcn = 0
|
|
|
- pcs_cleaning = 0
|
|
|
-
|
|
|
- ! Other
|
|
|
- pcs_chess = 15
|
|
|
- pcs_gaming = 0
|
|
|
- pcs_humint = 0
|
|
|
- pcs_persuas = 0
|
|
|
- pcs_observ = 0
|
|
|
- pcs_makupskl = 15
|
|
|
- pcs_compskl = 20
|
|
|
- pcs_comphckng = 10
|
|
|
- pcs_hndiwrk = 0
|
|
|
- pcs_pool = 0
|
|
|
- pcs_heels = 20
|
|
|
-
|
|
|
- !!----- APPEARANCE -----!!
|
|
|
- pcs_hgt = 170
|
|
|
- dick = 0
|
|
|
- pcs_skin = 500
|
|
|
- pcs_tan = 0
|
|
|
- pcs_haircol = 1
|
|
|
- pcs_hairlng = 300
|
|
|
- pcs_eyecol = 0
|
|
|
- pcs_eyesize = 2
|
|
|
- pcs_lashes = 1
|
|
|
- pcs_lip = 1
|
|
|
- pcs_pubes = 30
|
|
|
- pcs_leghair = 12
|
|
|
- pcs_teeth = 0
|
|
|
- pcs_mass['bust_gen'] = 17
|
|
|
- pcs_mass['butt_gen'] = 20
|
|
|
- pcs_mass['body'] = 60
|
|
|
- pcs_energy = 60
|
|
|
- pcs_hydra = 60
|
|
|
- pcs_sleep = 70
|
|
|
-
|
|
|
- ! Other
|
|
|
- pcs_makeup = 5
|
|
|
- hscrunchw = 0
|
|
|
-
|
|
|
- !!----- INVENTRORY -----!!
|
|
|
- money = 2000
|
|
|
- mc_inventory['shampoo'] = 20
|
|
|
- mc_inventory['tampons'] = 15
|
|
|
- mc_inventory['sanitary_pads'] = 10
|
|
|
- mc_inventory['food_basic'] = 5
|
|
|
- mc_inventory['dish_plates'] = 1
|
|
|
- mc_inventory['dish_soap'] = 10
|
|
|
- mc_inventory['laundry_soap'] = 5
|
|
|
- gm_purses[7] = 1
|
|
|
- $currentpursetype = 'gm'
|
|
|
- currentpursenumber = 7
|
|
|
- bag = 1
|
|
|
-
|
|
|
- !!----- RELATIONSHIPS -----!!
|
|
|
- brothersawpirsF = 0
|
|
|
-
|
|
|
- !!----- TRIATS -----!!
|
|
|
-
|
|
|
- !!----- SEX STATS -----!!
|
|
|
- prezikProver = 3
|
|
|
-
|
|
|
- !!----- SCHOOL GRADES -----!!
|
|
|
-end
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
if $ARGS[0] = 'create_sgclasses':
|
|
|
gs 'grades', 'createclass', 'school', 'math', 3, 2, 'yes', 'yes', 0, 0
|
|
|
gs 'grades', 'createclass', 'school', 'rus', 3, 2, 'yes', 'yes', 0, 0
|
|
@@ -341,19 +214,19 @@ if $ARGS[0] = 'create_sgclasses':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'set_base_sgrades':
|
|
|
- gs 'grades', 'grade_award', 'school', 'math', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'rus', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'lit', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'art', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'bio', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'eng', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'geo', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'sci', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'his', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'shop', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'comp', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'mus', 55
|
|
|
- gs 'grades', 'grade_award', 'school', 'pe', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'math', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'rus', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'lit', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'art', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'bio', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'eng', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'geo', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'sci', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'his', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'shop', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'comp', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'mus', 55
|
|
|
+ gs 'grades', 'grade_award', 'school', 'pe', 55
|
|
|
end
|
|
|
|
|
|
|