|
@@ -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
|