N3OW/common/game_concepts/neow_game_concepts.txt

53 lines
1.6 KiB
Text
Raw Normal View History

2025-04-18 01:56:54 +02:00
neow_the_event = {
2026-02-22 15:33:46 +00:00
}
gun_cavalry = {
texture = "gfx/interface/icons/regimenttypes/horse_gunmen.dds"
}
super_heavy_infantry = {
texture = "gfx/interface/icons/regimenttypes/super_heavy_infantry.dds"
}
airship = {
texture = "gfx/interface/icons/regimenttypes/airship.dds"
}
chemical_weapons = {
texture = "gfx/interface/icons/regimenttypes/chemical_weapons.dds"
2026-02-25 04:40:35 +00:00
}
2026-03-02 12:23:45 +00:00
minority_community_building = {
texture = "gfx/interface/icons/government_types/landless_minority_government.dds"
alias = { minority_community_buildings minority_community_building }
parent = domicile_building
}
2026-02-25 04:40:35 +00:00
minority_community = {
2026-03-02 12:23:45 +00:00
texture = "gfx/interface/icons/government_types/landless_minority_government.dds"
alias = { minority_communities minority_community_i }
2026-02-25 04:40:35 +00:00
parent = domicile
}
minority_government = {
texture = "gfx/interface/icons/government_types/landless_minority_government.dds"
2026-03-09 06:16:12 +00:00
parent = government
}
2026-03-09 11:57:38 +00:00
farmstead = {
texture = "gfx/interface/icons/government_types/peasantrepublic_government.dds"
alias = { farmstead farmstead_i }
2026-03-02 12:23:45 +00:00
parent = domicile
2026-03-09 06:16:12 +00:00
}
2026-03-09 11:57:38 +00:00
peasantrepublic_government = {
texture = "gfx/interface/icons/government_types/peasantrepublic_government.dds"
alias = { peasantrepublic_government peasantrepublic_i }
2026-03-09 06:16:12 +00:00
parent = government
2026-03-12 21:46:17 +00:00
}
palace = {
texture = "gfx/interface/icons/map_icons/map_icon_urban.dds"
alias = { palace palace_i }
parent = domicile
}
urbanrepublic_government = {
texture = "gfx/interface/icons/government_types/urbanrepublic_government.dds"
alias = { urbanrepublic_government urbanrepublic_i }
parent = government
}
monotown_holding = {
texture = "gfx/interface/icons/map_icons/onmap_holding_icon.dds"
parent = domicile
alias = { monotown_holdings }
2025-04-18 01:56:54 +02:00
}