Skip to content

Commit

Permalink
empyrean_campaign: Use "animations" instead of "gfx" in NPCs
Browse files Browse the repository at this point in the history
"gfx" is deprecated and will eventually be removed.
  • Loading branch information
dorkster committed Jul 2, 2021
1 parent 0bc3037 commit db35eca
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/aldwulf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ talker=true
portrait=images/portraits/male17.png

# animation info
gfx=animations/npcs/knight.txt
animations=animations/npcs/knight.txt

[dialog]
topic=Talk
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/bakat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Bakat, Goblin Packrat
portrait=images/portraits/goblin.png

# animation info
gfx=animations/npcs/peddler_goblin.txt
animations=animations/npcs/peddler_goblin.txt

# voiceover files
vox_intro=soundfx/enemies/goblin_ment.ogg
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/base/abasi/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Abasi, Traveling Merchant
portrait=images/portraits/male11.png

# animation info
gfx=animations/npcs/wandering_trader1.txt
animations=animations/npcs/wandering_trader1.txt

# voiceover files
vox_intro=soundfx/npcs/male_merchant_01.ogg
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/florin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Florin, Apothecary
portrait=images/portraits/male02.png

# animation info
gfx=animations/npcs/peasant_man1.txt
animations=animations/npcs/peasant_man1.txt

# shop info
vendor=true
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/glowing_obelisk_1.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Glowing Obelisk

# animation info
gfx=animations/npcs/return_obelisk2.txt
animations=animations/npcs/return_obelisk2.txt

talker=true

Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/glowing_obelisk_2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Glowing Obelisk

# animation info
gfx=animations/npcs/return_obelisk1.txt
animations=animations/npcs/return_obelisk1.txt

talker=true

Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/glowing_obelisk_3.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Glowing Obelisk

# animation info
gfx=animations/npcs/return_obelisk2.txt
animations=animations/npcs/return_obelisk2.txt

talker=true

Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/glowing_obelisk_4.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Glowing Obelisk

# animation info
gfx=animations/npcs/return_obelisk2.txt
animations=animations/npcs/return_obelisk2.txt

talker=true

Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/infinity_obelisk_1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# animation info
gfx=animations/npcs/return_obelisk1.txt
animations=animations/npcs/return_obelisk1.txt

INCLUDE npcs/base/infinity_obelisk.txt
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/infinity_obelisk_2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# animation info
gfx=animations/npcs/return_obelisk2.txt
animations=animations/npcs/return_obelisk2.txt

INCLUDE npcs/base/infinity_obelisk.txt
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/loren.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Loren, Undead Trader
# portrait=images/portraits/male11.png

# animation info
gfx=animations/enemies/zombie.txt
animations=animations/enemies/zombie.txt
direction=5

# shop info
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/martigan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ portrait=images/portraits/male05.png
talker=true

# animation info
gfx=animations/npcs/guild_man2.txt
animations=animations/npcs/guild_man2.txt

vendor=true
vendor_requires_status=emp_martigan_trade
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/ort.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Ort, Goblin Packrat
portrait=images/portraits/goblin.png

# animation info
gfx=animations/npcs/peddler_goblin.txt
animations=animations/npcs/peddler_goblin.txt

# voiceover files
vox_intro=soundfx/enemies/goblin_ment.ogg
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/tutorial.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=Skeleton with note

# animation info
gfx=animations/npcs/dead_skeleton.txt
animations=animations/npcs/dead_skeleton.txt

talker=true

Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/udana.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Udana, Metalworker
portrait=images/portraits/female07.png

# animation info
gfx=animations/npcs/peasant_woman2.txt
animations=animations/npcs/peasant_woman2.txt

# shop info
vendor=true
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/npcs/yora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=Yora, Enchanter
portrait=images/portraits/female04.png

# animation info
gfx=animations/npcs/peasant_woman1.txt
animations=animations/npcs/peasant_woman1.txt

# shop info
vendor=true
Expand Down
2 changes: 1 addition & 1 deletion mods/empyrean_campaign/settings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description=The new Flare 1.0 campaign
requires=fantasycore:1.06.03:0
game=flare-game
version=1.11.22
version=1.11.23
engine_version_min=1.11.94

0 comments on commit db35eca

Please sign in to comment.