vg-mod-ck3/master/events/m_mongol_recurrent_event.txt

70 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-12-18 21:22:13 -05:00
#####################################################
# Mongol Warriors Event
# Developed by DevZero
#####################################################
namespace = m_mongol_recurrent_event
# Epic Event! Desciption and Title Should Match
m_mongol_recurrent_event.0001 = {
type = character_event
title = m_mongol_recurrent_event_title
desc = m_mongol_recurrent_event_desc
theme = new_royal_court
left_portrait = {
character = root
animation = personality_honorable
}
immediate = {
play_music_cue = "mx_cue_epic_sacral_moment"
}
option = {
name = m_mongol_recurrent_event_option_text
spawn_army = {
uses_supply = no
inheritable = yes
name = "Everloyal Horde to the Great Khan"
levies = {
value = 1500
}
men_at_arms = {
type = horse_archers
stacks = 14
}
men_at_arms = {
type = horse_archers
stacks = 10
}
men_at_arms = {
type = light_horsemen
stacks = 10
}
men_at_arms = {
type = light_horsemen
stacks = 10
}
men_at_arms = {
type = armored_horsemen
stacks = 5
}
men_at_arms = {
type = pikemen
stacks = 10
}
men_at_arms = {
type = trebuchet
stacks = 10
}
men_at_arms = {
type = trebuchet
stacks = 10
}
location = capital_province
origin = capital_province
}
}
}