Skip to content

Commit

Permalink
fixed ship texticons
Browse files Browse the repository at this point in the history
  • Loading branch information
Helliaca committed Nov 25, 2024
1 parent 2bbc75a commit 38c3ee5
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 3 deletions.
17 changes: 15 additions & 2 deletions common/national_focus/gondor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,14 @@ continuous_focus_position = { x = 50 y = 1700 }
focus = {
id = GON_historical_claims
icon = GFX_goal_gon_isildur_crown_with_map
ai_will_do = { factor = 30 }
ai_will_do = {
factor = 10
modifier = {
factor = 0
is_historical_focus_on = yes
date < "3024.1.1"
}
}
relative_position_id = GON_restore_the_kingdom_of_gondor
prerequisite = { focus = GON_restore_the_kingdom_of_gondor focus = GON_restructure_the_army }
x = 9
Expand Down Expand Up @@ -1254,7 +1261,13 @@ continuous_focus_position = { x = 50 y = 1700 }
focus = {
id = GON_reclaim_orthanc
icon = GFX_goal_orthanc_destroyed
ai_will_do = { factor = 30 }
ai_will_do = {
factor = 15
modifier = {
factor = 0
is_historical_focus_on = yes
}
}
relative_position_id = GON_historical_claims
prerequisite = { focus = GON_historical_claims }
x = 2
Expand Down
44 changes: 44 additions & 0 deletions interface/lotr_misc.gfx
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,50 @@ spriteTypes = {
name = "GFX_ability_valiant_charge"
texturefile = "gfx/interface/abilitylist/ability_chi_force_attack.dds"
}

spriteType = {
name = "GFX_ship_longship_icon_small"
texturefile = "gfx/texticons/ship_destroyer_icon_small.dds"
legacy_lazy_load = no
}
spriteType = {
name = "unit_longship_icon_small"
texturefile = "gfx/texticons/ship_destroyer_icon_small.dds"
legacy_lazy_load = no
}

spriteType = {
name = "GFX_ship_galley_icon_small"
texturefile = "gfx/texticons/ship_light_cruiser_icon_small.dds"
legacy_lazy_load = no
}
spriteType = {
name = "unit_galley_icon_small"
texturefile = "gfx/texticons/ship_light_cruiser_icon_small.dds"
legacy_lazy_load = no
}

spriteType = {
name = "GFX_ship_caravel_icon_small"
texturefile = "gfx/texticons/ship_battlecruiser_icon_small.dds"
legacy_lazy_load = no
}
spriteType = {
name = "unit_caravel_icon_small"
texturefile = "gfx/texticons/ship_battlecruiser_icon_small.dds"
legacy_lazy_load = no
}

spriteType = {
name = "GFX_ship_carrack_icon_small"
texturefile = "gfx/texticons/ship_battleship_icon_small.dds"
legacy_lazy_load = no
}
spriteType = {
name = "unit_carrack_icon_small"
texturefile = "gfx/texticons/ship_battleship_icon_small.dds"
legacy_lazy_load = no
}

}

3 changes: 2 additions & 1 deletion patch_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ BUGFIX/QOL:
- Shire independence demand will no longer show up if the Shire is already independent
- Fixed minor visual bugs in equipment designer
- The Pro-Eorl resistance movement will now start even if Grima never gains over 18% influence (Delay will still be influenced)
- Fixed orc moria missing equipment in Moria CW
- Fixed orc moria missing equipment in Moria CW
- Fixed ship icons not appearing correctly

0 comments on commit 38c3ee5

Please sign in to comment.