ソースを参照

Adjust relationship modify levels to nutluck's suggestions.

KeyMasterOfGozer 4 年 前
コミット
f451b7a791
1 ファイル変更4 行追加4 行削除
  1. 4 4
      locations/npc_relationship.qsrc

+ 4 - 4
locations/npc_relationship.qsrc

@@ -63,15 +63,15 @@ if $ARGS[0] = 'modify':
 	elseif $ARGS[2] = 'like':
 		npcRelSetVal = rand(1,2)
 	elseif $ARGS[2] = 'love':
-		npcRelSetVal = rand(2,4)
+		npcRelSetVal = rand(3,4)
 	elseif $ARGS[2] = 'adore':
-		npcRelSetVal = rand(4,12)
+		npcRelSetVal = rand(5,6)
 	elseif $ARGS[2] = 'dislike':
 		npcRelSetVal = 0-rand(1,2)
 	elseif $ARGS[2] = 'hate':
-		npcRelSetVal = 0-rand(2,4)
+		npcRelSetVal = 0-rand(3,4)
 	elseif $ARGS[2] = 'loathe':
-		npcRelSetVal = 0-rand(4,12)
+		npcRelSetVal = 0-rand(5,6)
 	!Handle default value
 	else
 		npcRelSetVal = 0