# Division template historical names system. Is a new method of naming the divisions based on the names-group assigned to it's template. # If we run out of all historical names, the names will be assigned in the old way. # # Each group has a made up tag. Use it if you want to append more, or replace existing names with the extra txt files (modding). # # for_countries - lists all countries that can use it. If empty, or entire tag is missing, all countries in the world can use it. # # can_use - is a trigger that locks/unlocks the group under specific circumstances. The trigger is in a country scope. # # division_types - is a list of tokens to corresponding unit types. A player can in fact use any group of names for a div.template # however this tag is a helper for an automated choice (for AI, or if the group must switch on it's own, because # for example the current one is no longer available due to the can_use trigger saying so). # In automated choice, the division template must have at least 1 of the following types for it to be chosen. # # fallback_name - Is going to be used if we run out of the scripted historical names. If you want to use the old division naming # mechanics to be used for fallbacks, then just skip this option. # # unordered - It's a list of historical division names that did not have a number. Regardless if such names happened in history or not # this option is available here mainly for a mods. # # ordered - Is a list of all historical names. # Numbers must start from 1 and up. # Numbers can't repeat in one scope. # If you script the name for this group, at the same number (for example in a mod in another file), the name will be override. # All arguments between the brackets must be separated by spaces. Each argument is wrapped in "quotas". # 1st argument = The name. It must contain either: # %d (for decimal number placement) # %s (for string number placement - ROMAN numbers like XIV). # 2nd argument is optional = A localizable text describing this historical division. The text will be visible in the tooltip # where you choose the historical division name. # 3rd argument is optional = An URL preferably pointing to the WIKI. It's a future feature that is not currently working in # the current game version. PHI_INF_01 = { name = "Infantry Division" for_countries = { PHI } can_use = { always = yes } division_types = { "infantry" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Infantry Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Infantry Division" } 2 = { "%dnd Infantry Division" } 3 = { "%drd Infantry Division" } 4 = { "%dth Infantry Division" } 5 = { "%dth Infantry Division" } 6 = { "%dth Infantry Division" } 7 = { "%dth Infantry Division" } 8 = { "%dth Infantry Division" } 9 = { "%dth Infantry Division" } 10 = { "%dth Infantry Division" } 11 = { "%dth Infantry Division" } 12 = { "%dth Infantry Division" } 13 = { "%dth Infantry Division" } 14 = { "%dth Infantry Division" } 15 = { "%dth Infantry Division" } 16 = { "%dth Infantry Division" } 17 = { "%dth Infantry Division" } 18 = { "%dth Infantry Division" } 19 = { "%dth Infantry Division" } 20 = { "%dth Infantry Division" } 21 = { "%dst Infantry Division" } 22 = { "%dnd Infantry Division" } 23 = { "%drd Infantry Division" } 24 = { "%dth Infantry Division" } } fallback_name = "%dth Infantry Division" } PHI_CAV_01 = { name = "Cavalry Division" for_countries = { PHI } can_use = { always = yes } division_types = { "cavalry" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippine Cavalry Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Cavalry Div." } 2 = { "%dnd Philippine Cavalry Div." } 3 = { "%drd Philippine Cavalry Div." } 4 = { "%dth Philippine Cavalry Div." } 5 = { "%dth Philippine Cavalry Div." } 6 = { "%dth Philippine Cavalry Div." } 7 = { "%dth Philippine Cavalry Div." } 8 = { "%dth Philippine Cavalry Div." } 9 = { "%dth Philippine Cavalry Div." } 10 = { "%dth Philippine Cavalry Div." } } } PHI_MOT_01 = { name = "Motorized Division" for_countries = { PHI } can_use = { always = yes } division_types = { "motorized" } # Number reservation system will tie to another group. link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Motorized Division" fallback_name = "%dth Philippine Motorized Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Motorized Div." } 2 = { "%dnd Philippine Motorized Div." } 3 = { "%drd Philippine Motorized Div." } 4 = { "%dth Philippine Motorized Div." } 5 = { "%dth Philippine Motorized Div." } 6 = { "%dth Philippine Motorized Div." } 7 = { "%dth Philippine Motorized Div." } 8 = { "%dth Philippine Motorized Div." } 9 = { "%dth Philippine Motorized Div." } 10 = { "%dth Philippine Motorized Div." } } } PHI_MEC_01 = { name = "Mechanized Division" for_countries = { PHI } can_use = { always = yes } division_types = { "mechanized" } # Number reservation system will tie to another group. link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippine Mechanized Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Mechanized Div." } 2 = { "%dnd Philippine Mechanized Div." } 3 = { "%drd Philippine Mechanized Div." } 4 = { "%dth Philippine Mechanized Div." } 5 = { "%dth Philippine Mechanized Div." } 6 = { "%dth Philippine Mechanized Div." } 7 = { "%dth Philippine Mechanized Div." } 8 = { "%dth Philippine Mechanized Div." } 9 = { "%dth Philippine Mechanized Div." } 10 = { "%dth Philippine Mechanized Div." } } } PHI_ARM_01 = { name = "Tank Group" for_countries = { PHI } can_use = { always = yes } division_types = { "light_armor" "medium_armor" "heavy_armor" "modern_armor" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippine Tank Group" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Tank Group" } 2 = { "%dnd Philippine Tank Group" } 3 = { "%drd Philippine Tank Group" } 4 = { "%dth Philippine Tank Group" } 5 = { "%dth Philippine Tank Group" } 6 = { "%dth Philippine Tank Group" } 7 = { "%dth Philippine Tank Group" } 8 = { "%dth Philippine Tank Group" } 9 = { "%dth Philippine Tank Group" } 10 = { "%dth Philippine Tank Group" } } } PHI_PAR_01 = { name = "Airborne Division" for_countries = { PHI MAL BOT KEN PAK ZIM } # Includes active nations and releasable (former) British colonies can_use = { always = yes } division_types = { "paratrooper" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippine Airborne Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Airborne Div." } 2 = { "%dnd Philippine Airborne Div." } 3 = { "%drd Philippine Airborne Div." } 4 = { "%dth Philippine Airborne Div." } 5 = { "%dth Philippine Airborne Div." } 6 = { "%dth Philippine Airborne Div." } 7 = { "%dth Philippine Airborne Div." } 8 = { "%dth Philippine Airborne Div." } 9 = { "%dth Philippine Airborne Div." } 10 = { "%dth Philippine Airborne Div." } } } PHI_MAR_01 = { name = "Marine Division" for_countries = { PHI } can_use = { always = yes } division_types = { "marine" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippine Marine Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Marine Div." } 2 = { "%dnd Philippine Marine Div." } 3 = { "%drd Philippine Marine Div." } 4 = { "%dth Philippine Marine Div." } 5 = { "%dth Philippine Marine Div." } 6 = { "%dth Philippine Marine Div." } 7 = { "%dth Philippine Marine Div." } 8 = { "%dth Philippine Marine Div." } 9 = { "%dth Philippine Marine Div." } 10 = { "%dth Philippine Marine Div." } } } PHI_MNT_01 = { name = "Mountain Division" for_countries = { PHI } can_use = { always = yes } division_types = { "mountaineers" } # Number reservation system will tie to another group. link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippines Mountain Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Mountain Div." } 2 = { "%dnd Philippine Mountain Div." } 3 = { "%drd Philippine Mountain Div." } 4 = { "%dth Philippine Mountain Div." } 5 = { "%dth Philippine Mountain Div." } 6 = { "%dth Philippine Mountain Div." } 7 = { "%dth Philippine Mountain Div." } 8 = { "%dth Philippine Mountain Div." } 9 = { "%dth Philippine Mountain Div." } 10 = { "%dth Philippine Mountain Div." } } } PHI_RAN_01 = { name = "Scouts Division" for_countries = { PHI } can_use = { always = yes } division_types = { "ranger_battalion" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Philippines Scouts Div." # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Philippine Scouts Div." } 2 = { "%dnd Philippine Scouts Div." } 3 = { "%drd Philippine Scouts Div." } 4 = { "%dth Philippine Scouts Div." } 5 = { "%dth Philippine Scouts Div." } 6 = { "%dth Philippine Scouts Div." } 7 = { "%dth Philippine Scouts Div." } 8 = { "%dth Philippine Scouts Div." } 9 = { "%dth Philippine Scouts Div." } 10 = { "%dth Philippine Scouts Div." } } } PHI_GAR_01 = { name = "Garrison Division" for_countries = { PHI } can_use = { always = yes } division_types = { "infantry" } # Number reservation system will tie to another group. #link_numbering_with = { PHI_INF_01 } fallback_name = "%dth Garrison Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. ordered = { 1 = { "%dst Garrison Division" } 2 = { "%dnd Garrison Division" } 3 = { "%drd Garrison Division" } 4 = { "%dth Garrison Division" } 5 = { "%dth Garrison Division" } 6 = { "%dth Garrison Division" } 7 = { "%dth Garrison Division" } 8 = { "%dth Garrison Division" } 9 = { "%dth Garrison Division" } 10 = { "%dth Garrison Division" } 11 = { "%dth Garrison Division" } 12 = { "%dth Garrison Division" } 13 = { "%dth Garrison Division" } 14 = { "%dth Garrison Division" } 15 = { "%dth Garrison Division" } 16 = { "%dth Garrison Division" } 17 = { "%dth Garrison Division" } 18 = { "%dth Garrison Division" } 19 = { "%dth Garrison Division" } 20 = { "%dth Garrison Division" } 21 = { "%dst Garrison Division" } 22 = { "%dnd Garrison Division" } 23 = { "%drd Garrison Division" } 24 = { "%dth Garrison Division" } } }