vg-mod-ck3/master/events/norse_recurrent_warrior_eve...

68 lines
1.4 KiB
Plaintext

#####################################################
# Norse Asgard Event
# Developed by DevZero
#####################################################
namespace = norse_recurrent_warrior_event
# Epic Event! Desciption and Title Should Match
norse_recurrent_warrior_event.0001 = {
type = character_event
title = norse_recurrent_warrior_event_title
desc = norse_recurrent_warrior_event_desc
theme = new_royal_court
left_portrait = {
character = root
animation = personality_honorable
}
immediate = {
play_music_cue = "mx_cue_epic_sacral_moment"
}
option = {
name = norse_recurrent_warrior_option_text
spawn_army = {
men_at_arms = {
type = guardians_of_valhalla
stacks = 10
}
men_at_arms = {
type = guardians_of_valhalla
stacks = 10
}
men_at_arms = {
type = guardians_of_valhalla
stacks = 10
}
men_at_arms = {
type = trebuchet
stacks = 10
}
men_at_arms = {
type = pikemen_unit
stacks = 10
}
men_at_arms = {
type = pikemen_unit
stacks = 10
}
men_at_arms = {
type = jomsviking_pirates
stacks = 10
}
men_at_arms = {
type = jomsviking_pirates
stacks = 10
}
uses_supply = no
location = capital_province
origin = capital_province
inheritable = yes
name = norse_army_host
}
}
}