瀏覽代碼

increase the skills properly

rachels 3 年之前
父節點
當前提交
317eebeaad
共有 4 個文件被更改,包括 10 次插入10 次删除
  1. 1 1
      locations/city_park.qsrc
  2. 4 4
      locations/swamp_woods.qsrc
  3. 1 1
      locations/swamp_yard.qsrc
  4. 4 4
      locations/trFatherMisha.qsrc

+ 1 - 1
locations/city_park.qsrc

@@ -406,7 +406,7 @@ if $ARGS[0] = 'luna':
 						'You can''t even hit one target.'
 					end
 
-					shoot_lvl += 1
+					shoot_exp += 1
 
 					act 'Move away':gt 'city_park', 'luna'
 				end

+ 4 - 4
locations/swamp_woods.qsrc

@@ -85,7 +85,7 @@ if $ARGS[0] = 'start':
 					'Even though you occassionally step into the swamp you manage to not get stuck'
 					'After some time walking and struggling not to get stuck you can see the hut on the opposite side'
 
-					act 'Success!': pcs_bushcraft += 5 & gt 'gadforest','forest_center'
+					act 'Success!': bushcraft_exp += 5 & gt 'gadforest','forest_center'
 				elseif nearby_woods_check <= 3:
 					!End up stuck in the swamp
 					if $clothingworntype ! 'nude':
@@ -98,7 +98,7 @@ if $ARGS[0] = 'start':
 
 					*nl
 					'Seems like the forest can camouflage parts of the swamp, fooling careless hikers.'
-					act 'If only you knew': pcs_bushcraft += 3 & gt 'swamp','stuck'
+					act 'If only you knew': bushcraft_exp += 3 & gt 'swamp','stuck'
 				else
 					if $clothingworntype ! 'nude':
 						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_hike.jpg"></center>'
@@ -113,7 +113,7 @@ if $ARGS[0] = 'start':
 
 					*nl
 					'You can see some broken branches and prints near ahead of you, marking the direction you initially started walking towards'
-					act 'That''s interesting...': pcs_bushcraft += 2 & gt 'swamp_woods', 'start'
+					act 'That''s interesting...': bushcraft_exp += 2 & gt 'swamp_woods', 'start'
 				end
 			end
 		else
@@ -188,7 +188,7 @@ if $ARGS[0] = 'shooting_practice':
 	if $ARGS[1] = 'practice':
 		cla & *clr
 		minut += 60
-		shoot_lvl += 2
+		shoot_exp += 2
 
 		gs 'stat'
 

+ 1 - 1
locations/swamp_yard.qsrc

@@ -143,7 +143,7 @@ if $ARGS[0] = 'campfire':
 
 				if hunter_collective_opinion > 25:
 					hunter_collective_opinion -= 1
-					pcs_bushcraft += 1
+					bushcraft_exp += 1
 					gs 'stat'
 
 					minut += 10

+ 4 - 4
locations/trFatherMisha.qsrc

@@ -243,7 +243,7 @@ if $ARGS[0] = '':
 			act 'Try a fair game':
 				cls
 				minut += 15
-				shoot_lvl += 1
+				shoot_exp += 1
 				gs'stat'
 				'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_29.jpg"></center>'
 				'You suggest that you want to try one of the games they have at the fair. Your father is more than happy to comply with your wishes.'
@@ -319,7 +319,7 @@ if $ARGS[0] = '':
 				act 'Learn to shoot':
 					cls
 					minut += 10
-					shoot_lvl += 1
+					shoot_exp += 1
 					gs'stat'
 					'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_33.jpg"></center>'
 					'After he''s shows how it''s supposed to be done he tells you to try it out once again. Your accuracy improves a little bit.'
@@ -342,7 +342,7 @@ if $ARGS[0] = '':
 						cls
 						minut += 10
 						pcs_mood += 50
-						shoot_lvl += 3
+						shoot_exp += 3
 						gs'stat'
 						'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_35.jpg"></center>'
 						'You are focused and enthusiastically listen to what Mikhail has to say.'
@@ -354,7 +354,7 @@ if $ARGS[0] = '':
 				act 'Refuse help':
 					cls
 					minut += 10
-					shoot_lvl += 1
+					shoot_exp += 1
 					gs'stat'
 					'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_36.jpg"></center>'
 					'You refuse listening to your fathers advice. You loudly sigh as he continues explaining...'