Skip to content

Commit

Permalink
Add unique icons for new HP/MP potions
Browse files Browse the repository at this point in the history
Closes #845
  • Loading branch information
dorkster committed Dec 19, 2021
1 parent 8fec236 commit 37ba9e1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
Binary file modified art_src/icons/icons.xcf
Binary file not shown.
8 changes: 4 additions & 4 deletions mods/empyrean_campaign/books/crafting_alchemy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ requires_status=emp_alchemy_output_6
# output, super hp potion
[image]
image_pos=304,208
image_icon=64
image_icon=84
requires_status=emp_alchemy_output_7

[text]
Expand All @@ -303,7 +303,7 @@ requires_status=emp_alchemy_output_7
# output, ultra hp potion
[image]
image_pos=304,208
image_icon=64
image_icon=85
requires_status=emp_alchemy_output_8

[text]
Expand All @@ -316,7 +316,7 @@ requires_status=emp_alchemy_output_8
# output, super mp potion
[image]
image_pos=304,208
image_icon=65
image_icon=86
requires_status=emp_alchemy_output_9

[text]
Expand All @@ -329,7 +329,7 @@ requires_status=emp_alchemy_output_9
# output, ultra mp potion
[image]
image_pos=304,208
image_icon=65
image_icon=87
requires_status=emp_alchemy_output_10

[text]
Expand Down
4 changes: 4 additions & 0 deletions mods/empyrean_campaign/items/categories/potions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ no_stash=shared
id=779
name=Super Health Potion
INCLUDE items/base/potion/hp.txt
icon=84
power=275
power_desc=Restore 50% of maximum HP
price=40
Expand All @@ -92,6 +93,7 @@ no_stash=shared
id=780
name=Ultra Health Potion
INCLUDE items/base/potion/hp.txt
icon=85
power=276
power_desc=Restore 75% of maximum HP
price=60
Expand All @@ -104,6 +106,7 @@ no_stash=shared
id=781
name=Super Mana Potion
INCLUDE items/base/potion/mp.txt
icon=86
power=277
power_desc=Restore 50% of maximum MP
price=40
Expand All @@ -116,6 +119,7 @@ no_stash=shared
id=782
name=Ultra Mana Potion
INCLUDE items/base/potion/mp.txt
icon=87
power=278
power_desc=Restore 75% of maximum MP
price=60
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type=fixed
icon=64
icon=84
name=Super Health Potion
description=Restore 50% of maximum HP
soundfx=soundfx/powers/potion.ogg
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type=fixed
icon=65
icon=86
name=Super Mana Potion
description=Restore 50% of maximum MP
new_state=instant
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type=fixed
icon=64
icon=85
name=Ultra Health Potion
description=Restore 75% of maximum HP
soundfx=soundfx/powers/potion.ogg
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type=fixed
icon=65
icon=87
name=Ultra Mana Potion
description=Restore 75% of maximum MP
new_state=instant
Expand Down
Binary file modified mods/fantasycore/images/icons/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37ba9e1

Please sign in to comment.