more loc and graphics
This commit is contained in:
parent
8161e5426a
commit
e610b09a27
37 changed files with 4206 additions and 245 deletions
|
|
@ -6476,7 +6476,7 @@ types HUD
|
|||
widget = {
|
||||
name = "influence"
|
||||
datacontext = "[InGameTopbar.GetInfluenceItem]"
|
||||
visible = "[GetPlayer.GetGovernment.HasRule( 'administrative' )]"
|
||||
visible = "[GetPlayer.GetGovernment.HasGovernmentFlag( 'government_has_influence')]"
|
||||
size = { 112 70 }
|
||||
|
||||
widget = {
|
||||
|
|
|
|||
|
|
@ -4643,6 +4643,25 @@ texticon = {
|
|||
fontsize = 16
|
||||
}
|
||||
}
|
||||
|
||||
texticon = {
|
||||
icon = government_type_urbanrepublic
|
||||
iconsize = {
|
||||
texture = "gfx/interface/icons/government_types/urbanrepublic_government.dds"
|
||||
size = { 28 28 }
|
||||
offset = { 0 6 }
|
||||
fontsize = 16
|
||||
}
|
||||
}
|
||||
texticon = {
|
||||
icon = domicile_palace_icon
|
||||
iconsize = {
|
||||
texture = "gfx/interface/icons/government_types/urbanrepublic_government.dds"
|
||||
size = { 28 28 }
|
||||
offset = { 0 6 }
|
||||
fontsize = 16
|
||||
}
|
||||
}
|
||||
texticon = {
|
||||
icon = government_type_celestial
|
||||
iconsize = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue