buncha random shit
This commit is contained in:
parent
26fb0888ea
commit
c4f95903ec
13 changed files with 173 additions and 12 deletions
|
|
@ -17,4 +17,13 @@
|
|||
depth=1.010000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
e_alps = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_alps.dds"
|
||||
}
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
traditions = {
|
||||
tradition_ep3_palace_politics
|
||||
tradition_city_keepers
|
||||
tradition_longbow_competitions
|
||||
tradition_british_armoires
|
||||
tradition_stalwart_defenders
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
tradition_hereditary_hierarchy
|
||||
tradition_chivalry
|
||||
tradition_culinary_art
|
||||
tradition_ep3_cultivated_sophistication
|
||||
}
|
||||
|
||||
name_list = name_list_french
|
||||
|
|
@ -38,13 +39,13 @@
|
|||
normaund = {
|
||||
color = normaund
|
||||
|
||||
ethos = ethos_courtly
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_french
|
||||
language = language_french
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_chanson_de_geste
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_castle_keepers
|
||||
tradition_chivalry
|
||||
tradition_fishermen
|
||||
}
|
||||
|
|
@ -186,15 +187,15 @@ provencal = {
|
|||
picard = {
|
||||
color = picard
|
||||
|
||||
ethos = ethos_courtly
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_french
|
||||
language = language_french
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_chanson_de_geste
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_warrior_culture
|
||||
tradition_chivalry
|
||||
tradition_brewery
|
||||
tradition_reverence_for_veterans
|
||||
}
|
||||
|
||||
name_list = name_list_french
|
||||
|
|
@ -223,15 +224,18 @@ picard = {
|
|||
galo = {
|
||||
color = { 0.2 0.6 0.7 }
|
||||
|
||||
created = 1000.1.1
|
||||
parents = { metropolitain breton }
|
||||
|
||||
ethos = ethos_courtly
|
||||
heritage = heritage_french
|
||||
language = language_french
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_chanson_de_geste
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_swords_for_hire
|
||||
tradition_chivalry
|
||||
tradition_brewery
|
||||
tradition_fp2_malleable_subjects
|
||||
}
|
||||
|
||||
name_list = name_list_french
|
||||
|
|
|
|||
92
common/culture/traditions/NEOW_traditions.txt
Normal file
92
common/culture/traditions/NEOW_traditions.txt
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
###########################
|
||||
# NEOW CULTURAL TRADITIONS
|
||||
###########################
|
||||
|
||||
#######################
|
||||
# Generic
|
||||
#######################
|
||||
|
||||
tradition_british_armoires = {
|
||||
category = regional
|
||||
|
||||
layers = {
|
||||
0 = martial
|
||||
1 = western
|
||||
4 = bow.dds
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_anglo_frisian
|
||||
has_cultural_pillar = heritage_brythonic
|
||||
}
|
||||
}
|
||||
can_pick = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_anglo_frisian
|
||||
has_cultural_pillar = heritage_brythonic
|
||||
}
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
archers_max_size_add = 2
|
||||
}
|
||||
|
||||
parameters = {
|
||||
unlock_maa_handgonners = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
prestige = {
|
||||
add = {
|
||||
value = tradition_base_cost
|
||||
desc = BASE
|
||||
format = "BASE_VALUE_FORMAT"
|
||||
}
|
||||
# Ethos requirement.
|
||||
if = {
|
||||
limit = {
|
||||
NOR = {
|
||||
culture_pillar:ethos_stoic = { is_in_list = traits }
|
||||
culture_pillar:ethos_bureaucratic = { is_in_list = traits }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = tradition_incompatible_ethos_penalty
|
||||
desc = not_stoic_or_bureaucratic_desc
|
||||
}
|
||||
}
|
||||
# Certain number of archer MaA requirement.
|
||||
if = {
|
||||
limit = {
|
||||
scope:character = {
|
||||
number_maa_soldiers_of_base_type = {
|
||||
type = archers
|
||||
# Remember to sync the below with longbow_competitions_minimum_archer_maa_value.
|
||||
value < 1200
|
||||
}
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = tradition_unfulfilled_criteria_penalty
|
||||
desc = culture_head_lacks_archer_maa_desc
|
||||
}
|
||||
}
|
||||
|
||||
multiply = tradition_replacement_cost_if_relevant
|
||||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
value = 800
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
culture_has_pikemen_maa = yes
|
||||
culture_has_heavy_cavalry_maa = yes
|
||||
}
|
||||
}
|
||||
multiply = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -54,7 +54,7 @@ beuamont_dynasty = {
|
|||
|
||||
orleans_dynasty = {
|
||||
name = dynn_orleans
|
||||
prefix = " dynnp_d"
|
||||
prefix = "dynnp_d"
|
||||
culture = metropolitain
|
||||
}
|
||||
|
||||
|
|
|
|||
34
common/men_at_arms_types/NEOW_maa_types.txt
Normal file
34
common/men_at_arms_types/NEOW_maa_types.txt
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
handgonners = {
|
||||
type = archers
|
||||
|
||||
damage = 50
|
||||
toughness = 20
|
||||
pursuit = 0
|
||||
screen = 0
|
||||
|
||||
terrain_bonus = {
|
||||
hills = { damage = 10 }
|
||||
plains = { toughness = -8 }
|
||||
drylands = { toughness = -8 }
|
||||
desert = { toughness = -8 }
|
||||
}
|
||||
|
||||
counters = {
|
||||
heavy_infantry = 1
|
||||
heavy_cavalry = 1
|
||||
archer_cavalry = 0.5
|
||||
}
|
||||
|
||||
buy_cost = { gold = crossbowmen_recruitment_cost }
|
||||
low_maintenance_cost = { gold = crossbowmen_low_maint_cost }
|
||||
high_maintenance_cost = { gold = crossbowmen_high_maint_cost }
|
||||
provision_cost = @provisions_cost_infantry_moderate
|
||||
|
||||
holy_order_fallback = yes
|
||||
|
||||
stack = 100
|
||||
ai_quality = {
|
||||
value = counter_synergy_ai_weight_archers
|
||||
}
|
||||
icon = handgonners
|
||||
}
|
||||
3
gfx/coat_of_arms/textured_emblems/flag_alps.dds
Normal file
3
gfx/coat_of_arms/textured_emblems/flag_alps.dds
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bf96e4cd6ba6a84152319b45d42ee04aa66db61a538367ff0254c7e9c8eb0cb
|
||||
size 11064
|
||||
BIN
gfx/interface/illustrations/men_at_arms_big/handgonners.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/illustrations/men_at_arms_big/handgonners.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/illustrations/men_at_arms_small/handgonners.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/illustrations/men_at_arms_small/handgonners.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -196,7 +196,7 @@ france0011 = {
|
|||
name = "Jean"
|
||||
dynasty = orleans_dynasty
|
||||
religion = "orleaniste"
|
||||
culture = normaund
|
||||
culture = metropolitain
|
||||
trait = education_diplomacy_2
|
||||
trait = compassionate
|
||||
trait = generous
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
###c_zeeland
|
||||
2112 = { #MIDDELBURG
|
||||
culture = dutch
|
||||
culture = angler
|
||||
religion = catholic
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
###c_arnhem
|
||||
2428 = { #ARNHEM
|
||||
culture = dutch
|
||||
culture = angler
|
||||
religion = catholic
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
|
|||
6
localization/english/replace/NEOW_regiment_l_english.yml
Normal file
6
localization/english/replace/NEOW_regiment_l_english.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
l_english:
|
||||
#NEOW MaA
|
||||
handgonners:0 "Hadgonners"
|
||||
|
||||
#MaA Descriptions
|
||||
handgonners_flavor:1 "#F Deadly and cheap to produce, handcannons are extremely effective in the battlefield against most armored opponents.#!"
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
l_english:
|
||||
# NEOW Traditions
|
||||
tradition_british_armoires_name:0 "British Armoires"
|
||||
tradition_british_armoires_desc:1 "WIP."
|
||||
|
||||
# MAA Unlocks
|
||||
culture_parameter_unlock_maa_handgonners:0 "Unlocks Handgonners."
|
||||
Loading…
Add table
Add a link
Reference in a new issue