Explorar el Código

Adjust relationship modify levels to nutluck's suggestions.

KeyMasterOfGozer hace 4 años
padre
commit
f451b7a791
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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