-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcustomPCTemplate.as
135 lines (135 loc) · 3.14 KB
/
customPCTemplate.as
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
//Base Template
player.str = 15;
player.tou = 15;
player.spe = 15;
player.inte = 15;
player.sens = 15;
player.lib = 15;
player.cor = 0;
notes = "No Notes Available.";
player.HP = maxHP();
player.hairLength = 5;
player.skinType = 0;
player.faceType = 0;
player.tailType = 0;
player.tongueType = 0;
player.femininity = 50;
player.beardLength = 0;
player.beardStyle = 0;
player.tone = 50;
player.thickness = 50;
player.skinDesc = "skin";
player.balls = 0;
player.cumMultiplier = 1;
player.ballSize = 0;
player.hoursSinceCum = 0;
player.clitLength = 0;
player.ass.analLooseness = 0;
player.ass.analWetness = 0;
player.ass.fullness = 0;
player.fertility = 5;
player.fatigue = 0;
player.horns = 0;
player.tallness = 0;
player.tailVenom = 0;
player.tailRecharge = 0;
player.wingType = 0;
player.wingDesc = "non-existant";
//MALE
player.createCock();
player.cocks[0].cockLength = 5.5;
player.cocks[0].cockThickness = 1;
player.cocks[0].cockType = 0;
player.cocks[0].knotMultiplier = 1;
player.createBreastRow();
player.breastRows[0].breastRating = 0;
player.gender = 1;
player.tallness = 71;
player.hipRating = 4;
player.buttRating = 4;
player.femininity = 30;
player.createCock();
player.balls = 2;
player.cumMultiplier = 1;
player.ballSize = 1;
player.str = 18;
player.tou = 17;
player.spe = 15;
player.inte = 15;
player.sens = 15;
player.lib = 15;
player.cor = 0;
notes = "No Notes Available.";
player.HP = maxHP();
player.hairLength = 1;
player.skinType = 0;
player.skinTone = "light";
player.hairColor = "brown";
player.faceType = 0;
player.tailType = 0;
player.tongueType = 0;
player.femininity = 50;
player.beardLength = 0;
player.beardStyle = 0;
player.tone = 60;
player.thickness = 50;
player.skinDesc = "skin";
player.hoursSinceCum = 0;
player.clitLength = 0;
player.ass.analLooseness = 0;
player.ass.analWetness = 0;
player.ass.fullness = 0;
player.fertility = 5;
player.fatigue = 0;
player.horns = 0;
player.tailVenom = 0;
player.tailRecharge = 0;
player.wingType = 0;
player.wingDesc = "non-existant";
//FEMALE TEMPLATE
player.createBreastRow();
player.createVagina();
player.breastRows[0].breastRating = 3;
player.clitLength = .5;
player.fertility = 10;
player.gender = 2;
player.hipRating = 6;
player.buttRating = 6;
player.str = 15;
player.tou = 15;
player.spe = 18;
player.inte = 17;
player.sens = 15;
player.lib = 15;
player.cor = 0;
notes = "No Notes Available.";
player.HP = maxHP();
player.hairLength=10;
player.skinType = 0;
player.faceType = 0;
player.tailType = 0;
player.tongueType = 0;
player.femininity = 70;
player.beardLength = 0;
player.beardStyle = 0;
player.tone = 30;
player.thickness = 50;
player.skinDesc = "skin";
player.skinTone = "light";
player.hairColor = "brown";
player.balls = 0;
player.cumMultiplier = 1;
player.ballSize = 0;
player.hoursSinceCum = 0;
player.clitLength = 0;
player.ass.analLooseness = 0;
player.ass.analWetness = 0;
player.ass.fullness = 0;
player.fertility = 5;
player.fatigue = 0;
player.horns = 0;
player.tallness = 67;
player.tailVenom = 0;
player.tailRecharge = 0;
player.wingType = 0;
player.wingDesc = "non-existant";