Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
eseverett committed Mar 29, 2024
1 parent f2d8bfd commit eeeb616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Name,Category,Cost,Level,Description
Basic Enchantment,Enchantment,50,1,Level 1 enchantment cost.
Knife,Conjuration,10,1,Knife with D4+1 damage. Gone after 5 round.
Flame Thrower,Distruction,10,1,Flame thrower with D8 fire damage. 10ft range 5ft arch.
Stobe,Illusion,5,1,Stobe light with enemy disadvantage withing 20 ft.
Stobe,Illusion,5,1,Stobe light with enemy disadvantage withing 20 ft. 120 ft range.
Minor Healing,Restoration,10,1,2 hit points.
Silent Step,Alteration,5,1,Quite foot steps.
2 changes: 1 addition & 1 deletion mana.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def initUI(self):

self.regenTimer = QTimer(self)
self.regenTimer.timeout.connect(self.regenMana)
self.regenTimer.setInterval(1000) # Regenerate mana every 1000 milliseconds (1 second)
self.regenTimer.setInterval(100) # Regenerate mana every 1000 milliseconds (1 second)

self.setLayout(self.layout)

Expand Down

0 comments on commit eeeb616

Please sign in to comment.