fix ship portrait references (#9603)

fix some image references in #9484
This commit is contained in:
doofus-01 2024-11-23 22:38:07 -08:00 committed by GitHub
parent 56468a9bdc
commit 26fd5513b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -6,8 +6,8 @@
image="units/transport/boat.png"
# ideally, we have "crew" that make sense for dialogs, and "mechanical" that depicts the transport
# but for now, we just have "crew"
# small_profile="portraits/transport/mechanical-boat.png"
profile="portraits/transport/crew-boat.png"
# small_profile="portraits/transport/mechanical-boat.webp"
profile="portraits/transport/crew-boat.webp"
hitpoints=1
movement_type=float
movement=5

View file

@ -8,8 +8,8 @@
image="units/transport/galleon.png"
# ideally, we have "crew" that make sense for dialogs, and "mechanical" that depicts the transport
# but for now, we just have "crew"
# small_profile="portraits/transport/mechanical-galleon.png"
profile="portraits/transport/crew-galleon.png"
# small_profile="portraits/transport/mechanical-galleon.webp"
profile="portraits/transport/crew-galleon.webp"
hitpoints=1
movement_type=float
movement=10

View file

@ -6,8 +6,8 @@
image="units/transport/pirate-galleon.png"
# ideally, we have "crew" that make sense for dialogs, and "mechanical" that depicts the transport
# but for now, we just have "crew"
# small_profile="portraits/transport/mechanical-pirate-galleon.png"
profile="portraits/transport/crew-pirate-galleon.png"
# small_profile="portraits/transport/mechanical-pirate_galleon.png"
profile="portraits/transport/crew-pirate_galleon.webp"
hitpoints=35
movement_type=ship
movement=5

View file

@ -6,8 +6,8 @@
image="units/transport/transport-galleon.png"
# ideally, we have "crew" that make sense for dialogs, and "mechanical" that depicts the transport
# but for now, we just have "crew"
# small_profile="portraits/transport/mechanical-transport-galleon.png"
profile="portraits/transport/mechanical-transport-galleon.png"
# small_profile="portraits/transport/mechanical-transport_galleon.webp"
profile="portraits/transport/crew-transport_galleon.webp"
hitpoints=30
movement_type=ship
movement=6