소스 검색

[removed] the izdevat file was just for one action and therefore merged it to Snpc
[added] Willpower at easy level for mocking outcasts if not one yourself

KevinSmarts 5 년 전
부모
커밋
57037a4e4a
3개의 변경된 파일33개의 추가작업 그리고 30개의 파일을 삭제
  1. 0 1
      glife.qproj
  2. 33 1
      locations/Snpc.qsrc
  3. 0 28
      locations/izdevat.qsrc

+ 0 - 1
glife.qproj

@@ -671,7 +671,6 @@
 		<Location name="VoltrenerSexShower"/>
 		<Location name="VoltrenerSexShower"/>
 		<Location name="Snpc"/>
 		<Location name="Snpc"/>
 		<Location name="cumreaction"/>
 		<Location name="cumreaction"/>
-		<Location name="izdevat"/>
 		<Location name="kotovtalker"/>
 		<Location name="kotovtalker"/>
 	</Folder>
 	</Folder>
 	<Folder name="Event gym town">
 	<Folder name="Event gym town">

+ 33 - 1
locations/Snpc.qsrc

@@ -33,7 +33,39 @@ end
 !!act 'Move away':gt $loc, $metka
 !!act 'Move away':gt $loc, $metka
 
 
 gs 'cumreaction'
 gs 'cumreaction'
-gs 'izdevat'
+
+!!option to mock outcasts
+if grupTipe[numnpc] = 5 and grupTipe ! 5:
+	gs 'willpower', 'humiliation', 'force', 'easy'
+	if will_cost <= pcs_willpwr:
+		if pav_slut < 50:
+			act 'Mock (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'force'
+				cls
+				menu_off = 1
+				npc_rel[$static_num] -= 5
+				gs 'stat'
+				'You mocked the school outcast, as the other students laugh at them.'
+
+				if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
+				if $loc = 'gdkin':act 'Move away':gt $loc, $metka
+			end
+		else
+			act 'Mock (<<will_cost>> Willpower)':
+				cls
+				menu_off = 1
+				gs 'stat'
+				'You began to mock them, but <<$npc_firstname[$static_num]>> answered you. "You''re one to talk cocksucker, everyone knows your the easiest fuck in town." Everyone started laughing at you. You were shocked and confused by everyone turning on you, you hurry away as the others start to talk about you.'
+
+				if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
+				if $loc = 'gdkin':act 'Move away':gt $loc, $metka
+			end
+		end
+	else
+		act 'Mock (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+end
+
 gs 'krutishi'
 gs 'krutishi'
 
 
 if numnpc = 9:gs 'kotovtalker'
 if numnpc = 9:gs 'kotovtalker'

+ 0 - 28
locations/izdevat.qsrc

@@ -1,28 +0,0 @@
-# izdevat
-if grupTipe[numnpc] = 5 and pav_slut < 50:
-	act 'Mock':
-		cls
-		menu_off = 1
-		npc_rel[$static_num] -= 5
-		pcs_dom += 1
-		gs 'stat'
-		'You mocked the school outcast, as the other students laugh at them.'
-
-		if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
-		if $loc = 'gdkin':act 'Move away':gt $loc, $metka
-	end
-elseif grupTipe[numnpc] = 5 and pav_slut >= 50:
-	act 'Mock':
-		cls
-		menu_off = 1
-		sub += 1
-		gs 'stat'
-		'You began to mock them, but <<$npc_firstname[$static_num]>> answered you. "You''re one to talk cocksucker, everyone knows your the easiest fuck in town." Everyone started laughing at you. You were shocked and confused by everyone turning on you, you hurry away as the others start to talk about you.'
-
-		if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
-		if $loc = 'gdkin':act 'Move away':gt $loc, $metka
-	end
-end
-
---- izdevat ---------------------------------
-