Browse Source

Reduced some mana cost for some spells.

KeyMasterOfGozer 4 years ago
parent
commit
1c7cf2c35c
2 changed files with 6 additions and 6 deletions
  1. 2 2
      locations/fight_npcdata.qsrc
  2. 4 4
      locations/spellList.qsrc

+ 2 - 2
locations/fight_npcdata.qsrc

@@ -332,9 +332,9 @@ if $args[0] = 'ganggirl':
 	dynamic $setNPCFightStats, 'kick', rand(5,15)
 	dynamic $setNPCFightStats, 'punch', rand(5,15)
 	dynamic $setNPCFightStats, 'jab', rand(5,15)
-	dynamic $setNPCFightStats, 'stren', rand(25,35)
+	dynamic $setNPCFightStats, 'stren', rand(15,30)
 	dynamic $setNPCFightStats, 'agil', rand(25,35)
-	dynamic $setNPCFightStats, 'vital', rand(45,55)
+	dynamic $setNPCFightStats, 'vital', rand(25,35)
 	dynamic $setNPCFightStats, 'react', rand(25,35)
 	dynamic $setNPCFightStats, 'willpwr', 50
 	dynamic $setNPCFightStats, 'shoot', rand(25,35)

+ 4 - 4
locations/spellList.qsrc

@@ -54,21 +54,21 @@ $spellName['regenerate'] = 'Regenerate'
 $spellDesc['regenerate'] = 'Slowly regain health over time.'
 $spellTarget['regenerate'] = 'self'
 !curedisease
-spellMana['curedisease'] = 10000
+spellMana['curedisease'] = 1000
 spellTime['curedisease'] = 30
 spellDiff['curedisease'] = 25
 $spellName['curedisease'] = 'Cure Disease'
 $spellDesc['curedisease'] = 'Your body will burn itself free of any diseases you may have.'
 $spellTarget['teleport'] = 'self'
 !curewounds
-spellMana['curewounds'] = 10000
+spellMana['curewounds'] = 1000
 spellTime['curewounds'] = 30
 spellDiff['curewounds'] = 25
 $spellName['curewounds'] = 'Cure Wounds'
 $spellDesc['curewounds'] = 'You feel your bodys wounds begin to heal.'
 $spellTarget['curewounds'] = 'team'
 !curewounds2
-spellMana['curewounds2'] = 100000
+spellMana['curewounds2'] = 10000
 spellTime['curewounds2'] = 60
 spellDiff['curewounds2'] = 75
 $spellName['curewounds2'] = 'Greater Cure Wounds'
@@ -145,7 +145,7 @@ else
 	killvar 'i'
 end
 !cosmetica
-spellMana['cosmetica'] = 10000
+spellMana['cosmetica'] = 1000
 spellTime['cosmetica'] = 5
 spellDiff['cosmetica'] = 50
 $spellName['cosmetica'] = 'Cosmetica'