farmer republic

This commit is contained in:
Fishedotjpg 2026-03-09 03:51:24 +00:00
parent 33a8699bbe
commit e460144cdc
57 changed files with 17327 additions and 156 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

3313
gui/portraits.gui Normal file

File diff suppressed because it is too large Load diff

View file

@ -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 = {