Quick Bug Fixes and Missing Images

Quick Bug Fixes and Missing Images
This commit is contained in:
Ben987 2018-10-16 23:47:23 -04:00
parent 34169c834f
commit 577c8f0d3d
6 changed files with 11 additions and 11 deletions

View file

@ -64,9 +64,9 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
510,0,0,,,Dorm.jpg
520,0,0,,,Dorm.jpg
530,0,0,,,Dorm.jpg
540,0,0,,,FightJennifer.jpg
550,0,0,,,FightJenniferWin.jpg
560,0,0,,,FightJenniferLose.jpg
540,0,0,,,PlayerJenniferFight.jpg
550,0,0,,,PlayerJenniferFightDefeat.jpg
560,0,0,,,PlayerJenniferFightVictory.jpg
570,0,0,,,Dorm.jpg
600,0,0,,,Dorm.jpg
610,0,0,,,Dorm.jpg

1 Stage LoveReq SubReq VarReq IntroText Image
64 510 0 0 Dorm.jpg
65 520 0 0 Dorm.jpg
66 530 0 0 Dorm.jpg
67 540 0 0 FightJennifer.jpg PlayerJenniferFight.jpg
68 550 0 0 FightJenniferWin.jpg PlayerJenniferFightDefeat.jpg
69 560 0 0 FightJenniferLose.jpg PlayerJenniferFightVictory.jpg
70 570 0 0 Dorm.jpg
71 600 0 0 Dorm.jpg
72 610 0 0 Dorm.jpg

Binary file not shown.

After

(image error) Size: 104 KiB

Binary file not shown.

After

(image error) Size: 93 KiB

Binary file not shown.

After

(image error) Size: 98 KiB

View file

@ -873,9 +873,9 @@ function C012_AfterClass_Jennifer_StartFight() {
PlayerClothes("Clothed");
}
// Chapter 12 After Class - Pick a winner in a fight against Jennifer (25% to win + 25% per level in fighting + 1% per domination point)
// Chapter 12 After Class - Pick a winner in a fight against Jennifer (25% to win + 25% per level in fighting + 2% per domination point)
function C012_AfterClass_Jennifer_Fight(AutoLose) {
var P = 25 + (PlayerGetSkillLevel("Fighting") * 25) + ActorGetValue(ActorSubmission);
var P = 25 + (PlayerGetSkillLevel("Fighting") * 25) + (ActorGetValue(ActorSubmission) * 2);
if ((Math.floor(Math.random() * 100) < P) && !AutoLose) {
C012_AfterClass_Jennifer_CurrentStage = 560;
OverridenIntroText = GetText("WinFightAgainstJennifer");

View file

@ -154,8 +154,8 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
500,0,0,,Do you have|any friends?,"Yes and no, Sidney can be friendly|when she doesn't bully me for money.",510,0,0,
500,0,0,,What do you do|outside of school?,I go running and swimming and do|martial arts when I can find a partner.,510,0,0,
500,0,0,,Why are you|always alone?,Please don't say that. I'm not always alone.|I have roommates... who always fight each other.,510,-1,1,
500,0,0,,What's you favorite sport?,"I love tennis, basketball and many martial arts.|I wish there were more players around here.",510,1,0,
500,0,0,,"You look lonely,|just like me.",I know how you feel. It's easier to make|enemies than friends when you're the new girl.,510,1,-1,
500,0,0,,What's your|favorite sport?,"I love tennis, basketball and many martial arts.|I wish there were more players around here.",510,1,0,
500,0,0,,You look lonely.|Just like me.,I know how you feel. It's easier to make|enemies than friends when you're the new girl.,510,1,-1,
510,0,0,,And you stay in shape|to defend yourself?,Yes. But I need someone|to practice fighting with.,520,1,0,
510,0,0,,How do you|deal with bullies?,Not that great so far. I would need|someone to practice fighting them.,520,0,0,
510,0,0,,Were you ever|gropped in public?,"Yeah, it was horrible, that's why I'm training.|I need someone to practice fighting with.",520,-1,0,
@ -163,11 +163,11 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
520,0,0,,We could fight together|if you don't hurt me.,Maybe not a real fight but we|could simulate an attack in school.,530,0,-1,
520,0,0,,We could fight|together to train.,Maybe not a real fight but we|could simulate an attack in school.,530,0,0,
520,0,0,,I could teach|you how to fight.,Maybe not a real fight but we|could simulate an attack in school.,530,0,1,
520,0,0,,Find someone else.|I hate fighting.,"Very well, I'll find someone else.|So what's going on around here?",530,-1,-1,AllowLeave()
520,0,0,,You should find|someone in school.,"Yes, maybe I'll find someone else.|So what's going on around here?",530,-1,0,AllowLeave()
530,0,0,,"Ok, let's do a|quick school fight.",(You grab each other In your school clothes.),540,0,0,StartFight()
520,0,0,,Find someone else.|I hate fighting.,"Very well, I'll find someone else.|So what's going on around here?",0,-1,-1,AllowLeave()
520,0,0,,You should find|someone in school.,"Yes, maybe I'll find someone else.|So what's going on around here?",0,-1,0,AllowLeave()
530,0,0,,Let's simulate a|quick school fight.,(You grab each other In your school clothes.),540,0,0,StartFight()
530,0,0,,"Alright, let's go!",(You grab each other In your school clothes.),540,0,0,StartFight()
530,0,0,,No! This isn't|a good idea.,"Fine, we don't have to train together.|So what else is going on around here?",540,-1,0,AllowLeave()
530,0,0,,No! This isn't|a good idea.,"Fine, we don't have to train together.|So what else is going on around here?",0,-1,0,AllowLeave()
540,0,0,,(Try to overpower her.),(You try to overpower her but fails.|She locks your arms behind your back.),550,0,-1,Fight(false)
540,0,0,,(Let her win.),(You don't fight really hard and lose.|She locks your arms behind your back.),550,0,-1,Fight(true)
550,0,0,,Ow! Please|let me go!,(She releases you.) Sorry.|I didn't meant to hurt you.,570,0,-1,

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
154 500 0 0 Do you have|any friends? Yes and no, Sidney can be friendly|when she doesn't bully me for money. 510 0 0
155 500 0 0 What do you do|outside of school? I go running and swimming and do|martial arts when I can find a partner. 510 0 0
156 500 0 0 Why are you|always alone? Please don't say that. I'm not always alone.|I have roommates... who always fight each other. 510 -1 1
157 500 0 0 What's you favorite sport? What's your|favorite sport? I love tennis, basketball and many martial arts.|I wish there were more players around here. 510 1 0
158 500 0 0 You look lonely,|just like me. You look lonely.|Just like me. I know how you feel. It's easier to make|enemies than friends when you're the new girl. 510 1 -1
159 510 0 0 And you stay in shape|to defend yourself? Yes. But I need someone|to practice fighting with. 520 1 0
160 510 0 0 How do you|deal with bullies? Not that great so far. I would need|someone to practice fighting them. 520 0 0
161 510 0 0 Were you ever|gropped in public? Yeah, it was horrible, that's why I'm training.|I need someone to practice fighting with. 520 -1 0
163 520 0 0 We could fight together|if you don't hurt me. Maybe not a real fight but we|could simulate an attack in school. 530 0 -1
164 520 0 0 We could fight|together to train. Maybe not a real fight but we|could simulate an attack in school. 530 0 0
165 520 0 0 I could teach|you how to fight. Maybe not a real fight but we|could simulate an attack in school. 530 0 1
166 520 0 0 Find someone else.|I hate fighting. Very well, I'll find someone else.|So what's going on around here? 530 0 -1 -1 AllowLeave()
167 520 0 0 You should find|someone in school. Yes, maybe I'll find someone else.|So what's going on around here? 530 0 -1 0 AllowLeave()
168 530 0 0 Ok, let's do a|quick school fight. Let's simulate a|quick school fight. (You grab each other In your school clothes.) 540 0 0 StartFight()
169 530 0 0 Alright, let's go! (You grab each other In your school clothes.) 540 0 0 StartFight()
170 530 0 0 No! This isn't|a good idea. Fine, we don't have to train together.|So what else is going on around here? 540 0 -1 0 AllowLeave()
171 540 0 0 (Try to overpower her.) (You try to overpower her but fails.|She locks your arms behind your back.) 550 0 -1 Fight(false)
172 540 0 0 (Let her win.) (You don't fight really hard and lose.|She locks your arms behind your back.) 550 0 -1 Fight(true)
173 550 0 0 Ow! Please|let me go! (She releases you.) Sorry.|I didn't meant to hurt you. 570 0 -1