Pārlūkot izejas kodu

[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 gadi atpakaļ
vecāks
revīzija
57037a4e4a
3 mainītis faili ar 33 papildinājumiem un 30 dzēšanām
  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="Snpc"/>
 		<Location name="cumreaction"/>
-		<Location name="izdevat"/>
 		<Location name="kotovtalker"/>
 	</Folder>
 	<Folder name="Event gym town">

+ 33 - 1
locations/Snpc.qsrc

@@ -33,7 +33,39 @@ end
 !!act 'Move away':gt $loc, $metka
 
 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'
 
 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 ---------------------------------
-