Fixes
This commit is contained in:
parent
ce70fe752e
commit
734d526ca9
41 changed files with 17594 additions and 1069 deletions
34
common/on_action/dlc/ep3/el_cid_story_cycle_on_action.txt
Normal file
34
common/on_action/dlc/ep3/el_cid_story_cycle_on_action.txt
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
######################################################
|
||||
####
|
||||
#### El Cid Story Cycle On-Actions
|
||||
####
|
||||
#### el_cid_landless_on_action
|
||||
#### el_cid_landless_or_landed_on_action
|
||||
####
|
||||
######################################################
|
||||
#
|
||||
## Landless
|
||||
#el_cid_landless_on_action = {
|
||||
# random_events = {
|
||||
# # No one opens the door to you
|
||||
# 200 = cid.1000
|
||||
# # You have no money to pay your men
|
||||
# 100 = cid.1010
|
||||
# # You have to leave your spouse/children behind
|
||||
# 200 = cid.1020
|
||||
# }
|
||||
#}
|
||||
#
|
||||
## Landless or Landed
|
||||
#el_cid_landless_or_landed_on_action = {
|
||||
# random_events = {
|
||||
# # You have some money - send gift?
|
||||
# 100 = cid.1030
|
||||
# # You pray for your liege
|
||||
# 100 = cid.1040
|
||||
# # cid.2000 triggered from the combat on_action
|
||||
# # cid.2001 triggered from the combat on_action
|
||||
# # Your liege offers you a favourable marriage
|
||||
# 250 = cid.2010
|
||||
# }
|
||||
#}
|
||||
42
common/on_action/dlc/ep3/harrying_of_the_north_on_action.txt
Normal file
42
common/on_action/dlc/ep3/harrying_of_the_north_on_action.txt
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
##Events for William/Norman King of England
|
||||
#ongoing_harrying_owner_events = {
|
||||
# random_events = {
|
||||
# chance_of_no_event = 90
|
||||
# delay = { days = { 60 90 } }
|
||||
#
|
||||
# 100 = ep3_story_cycle_harrying.1000
|
||||
# 100 = ep3_story_cycle_harrying.1005
|
||||
# 100 = ep3_story_cycle_harrying.1010
|
||||
# 100 = ep3_story_cycle_harrying.1015
|
||||
# }
|
||||
#}
|
||||
#
|
||||
##Events for Anglo-Saxon lords in England
|
||||
#ongoing_harrying_aetheling_events = {
|
||||
# random_events = {
|
||||
# chance_of_no_event = 90
|
||||
# delay = { days = { 60 90 } }
|
||||
#
|
||||
# 100 = ep3_story_cycle_harrying.2000
|
||||
# 100 = ep3_story_cycle_harrying.2005
|
||||
# 100 = ep3_story_cycle_harrying.2010
|
||||
# 100 = ep3_story_cycle_harrying.2015
|
||||
# }
|
||||
#}
|
||||
#
|
||||
##Events specifically for Hereward the Wake
|
||||
#ongoing_harrying_hereward_events = {
|
||||
# random_events = {
|
||||
# chance_of_no_event = 90
|
||||
# delay = { days = { 60 90 } }
|
||||
#
|
||||
# 100 = ep3_story_cycle_harrying.3000
|
||||
# 100 = ep3_story_cycle_harrying.3005
|
||||
# 100 = ep3_story_cycle_harrying.3010
|
||||
# 100 = ep3_story_cycle_harrying.3015
|
||||
# 100 = ep3_story_cycle_harrying.3020
|
||||
# 50 = ep3_story_cycle_harrying.3050
|
||||
# 100 = ep3_laamps.7001
|
||||
# }
|
||||
#}
|
||||
#
|
||||
18
common/on_action/dlc/ep3/violet_poet_on_action.txt
Normal file
18
common/on_action/dlc/ep3/violet_poet_on_action.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
##Events for Violet Poet
|
||||
#ongoing_violet_poet_owner_events = {
|
||||
# random_events = {
|
||||
# chance_of_no_event = 50
|
||||
# delay = { days = { 40 80 } }
|
||||
#
|
||||
# 100 = ep3_story_cycle_violet_poet.1005%
|
||||
# 100 = ep3_story_cycle_violet_poet.1010
|
||||
# 100 = ep3_story_cycle_violet_poet.1015
|
||||
# 100 = ep3_story_cycle_violet_poet.1020
|
||||
# 100 = ep3_story_cycle_violet_poet.1025
|
||||
# 100 = ep3_story_cycle_violet_poet.1030
|
||||
#
|
||||
# #Ibn Zaydun chain
|
||||
# 100 = ep3_story_cycle_violet_poet.2000
|
||||
# }
|
||||
#}
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue