farmer republic
This commit is contained in:
parent
33a8699bbe
commit
e460144cdc
57 changed files with 17327 additions and 156 deletions
|
|
@ -6631,7 +6631,7 @@ types HUD
|
|||
name = "herd"
|
||||
datacontext = "[GetPlayer]"
|
||||
datacontext = "[Character.GetDomicile]"
|
||||
visible = "[IsNomad( GetPlayer )]"
|
||||
visible = "[Or( IsNomad( GetPlayer ), Character.GetGovernment.HasGovernmentFlag( 'government_is_prepublic') )]"
|
||||
size = { 112 70 }
|
||||
|
||||
state = {
|
||||
|
|
|
|||
3563
gui/lists.gui
Normal file
3563
gui/lists.gui
Normal file
File diff suppressed because it is too large
Load diff
3313
gui/portraits.gui
Normal file
3313
gui/portraits.gui
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -4634,6 +4634,15 @@ texticon = {
|
|||
}
|
||||
}
|
||||
|
||||
texticon = {
|
||||
icon = government_type_peasant_republic
|
||||
iconsize = {
|
||||
texture = "gfx/interface/icons/government_types/peasant_republic_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