fix ship portrait references (#9603)
fix some image references in #9484
This commit is contained in:
parent
56468a9bdc
commit
26fd5513b6
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue