MOVED FROM COORDINATING 1.59 THREAD!
Here are some suggestions using the new FTG coding in current ACGEEP v1.58:
THE INHERITANCE OF NEAPLES 1435
EVENTS 239007 AND 3660 ARE NOW BOTH MERGED in NAP_239007:
EVENT NAP_3660 IS THEN REMOVED
(THERE ARE REFERENCES TO 239007 AND 3660 TO BE FIND OUT IN OTHER EVENTS)
CURRENT 1.58 EVENTS:
Code:
#(1435) The Angevin Inheritance of Naples (historical path)
event = {
id = 239007
trigger = {
NOT = {
vassal = { country = ARG country = PRO }
}
OR = {
vassal = { country = PRO country = ARG }
vassal = { country = PRO country = NAP }
flag = [Angevin]
}
}
random = no
country = NAP
name = "EVENTNAME239007" #The Angevin Inheritance of Naples
desc = "EVENTHIST3660"
#-#
date = { day = 0 month = February year = 1435 }
action_a = {
name = "ACTIONNAME239007A" #Welcome to Renato, our new King!
command = { type = breakvassal which = ARG }
command = { type = breakvassal which = PAP }
command = { type = relation which = PRO value = 50 }
command = { type = relation which = VEN value = 25 }
command = { type = relation which = GEN value = 25 }
command = { type = relation which = MLO value = 25 }
command = { type = trigger which = 251039 } #PAP: The Succession in Naples
command = { type = trigger which = 111011 } #ARG: The Angevins established in Naples
command = { type = sleepevent which = 3660 } #NAP: The Aragonese Inheritance of Naples
}
}
#(1435) The Aragonese Inheritance of Naples
#(from 'The Aragon Inheritance of Napoli' Modified for the EEP by Havard)
event = {
id = 3660
trigger = {
exists = ARG
NOT = {
vassal = { country = PRO country = ARG }
event = 239007 #NAP: The Angevin Inheritance of Naples
}
OR = {
vassal = { country = ARG country = PRO }
vassal = { country = ARG country = NAP }
flag = [Aragonese]
}
}
random = no
country = NAP
name = "EVENTNAME3660" #The Aragonese Inheritance of Naples
desc = "EVENTHIST3660"
#-#
date = { day = 1 month = February year = 1435 }
action_a = {
name = "ACTIONNAME3660A" #Welcome to Alfonso, our new King!
command = { type = breakvassal which = PAP }
command = { type = wakemonarch which = 096018 } #Alfonso d'Aragona °
command = { type = sleepmonarch which = 096001 } #Renato d'Angiò
command = { type = relation which = ARG value = 50 }
command = { type = relation which = VEN value = -25 }
command = { type = relation which = GEN value = -25 }
command = { type = relation which = MLO value = -25 }
command = { type = trigger which = 251039 } #PAP: The Succession in Naples
}
}
EVENTHIST3660
#-#Queen Giovanna of Naples is dead. Her last will was that the crown should be given to René of Anjou, brother of Louis III of Anjou, her adopted son who died just three months before she did. Pope Eugenius IV declared that as suzerain he had the right to invest the new King and as for now he would send a bishop as temporary regent. However the Neapolitan people, determined to respect the will of their former Queen, ignored the Papal resolution and sent a delegation to Provence to urge René of Anjou to claim the throne in Naples. Since René of Anjou had been taken captive in Burgundy by Duke Philip the Fair, his wife Isabelle of Lorraine accepted the crown in his place. From his base in Sicily, Alfons of Aragon, who was designated heir by Giovanna between 1420 and 1423, and had a claim to Naples as King of Sicily, gained the support of the Neapolitan nobility hostile to the Anjou dynasty, and started making preparations to invade the Kingdom before the French Angevins could arrive in Naples and take the crown.
------------------------------------------------------------------------------------------------
Here is the new merged event:
Code:
#(1435) The Inheritance of Naples
#(from 'The Aragon Inheritance of Napoli' 3660 for the EEP by Havard)
event = {
id = 239007
random = no
country = NAP
name = "EVENTNAME239007" #The Inheritance of Naples
desc = "EVENTHIST239007"
#-#
date = { day = 0 month = February year = 1435 }
action_a = {
name = "ACTIONNAME239007A" #Welcome to Renato, our new King!
trigger = {
NOT = {
vassal = { country = ARG country = PRO }
}
OR = {
vassal = { country = PRO country = ARG }
vassal = { country = PRO country = NAP }
flag = [Angevin]
}
}
command = {
trigger = {
vassal = { country = ARG country = NAP }
}
type = breakvassal which = ARG
}
command = {
trigger = {
vassal = { country = PAP country = NAP }
}
type = breakvassal which = PAP
}
command = { type = clrflag which = [Aragonese] }
command = { type = setflag which = [Angevin] }
command = { type = relation which = PRO value = 50 }
command = { type = relation which = VEN value = 25 }
command = { type = relation which = GEN value = 25 }
command = { type = relation which = MLO value = 25 }
command = { type = sleepevent which = 3555 } #ARG: The House of Trastamara in Naples NOTE: IN CASE 3555 IS NOT REMOVED!
command = { type = trigger which = 251039 } #PAP: The Succession in Naples
command = { type = trigger which = 111011 } #ARG: The Angevins established in Naples
}
action_b = {
name = "ACTIONNAME239007B" #Welcome to Alfonso, our new King!
trigger = {
exists = ARG
NOT = {
vassal = { country = PRO country = ARG }
}
OR = {
vassal = { country = ARG country = PRO }
vassal = { country = ARG country = NAP }
flag = [Aragonese]
}
}
command = {
trigger = {
vassal = { country = PAP country = NAP }
}
type = breakvassal which = PAP
}
command = { type = clrflag which = [Angevin] }
command = { type = setflag which = [Aragonese] }
command = { type = wakemonarch which = 096018 } #Alfonso d'Aragona °
command = { type = sleepmonarch which = 096001 } #Renato d'Angiò
command = { type = relation which = ARG value = 50 }
command = { type = relation which = VEN value = -25 }
command = { type = relation which = GEN value = -25 }
command = { type = relation which = MLO value = -25 }
command = { type = trigger which = 251039 } #PAP: The Succession in Naples
}
}
EVENTS.CSV ENTRIES:
TO BE REMOVED
EVENTNAME3660;The Aragonese Inheritance of Naples;x
TO BE MODIFIED
- from EVENTHISTORY3660 TO EVENTHISTORY239007
- from ACTIONNAME3660A TO ACTIONNAME239007B
EVENTNAME239007;The
Angevin Inheritance of Naples;X
------------------------------------------------------------------------------------------
PROVENCE EVENTS ACCORDING TO NAP_239007
event PRO_262007 to be removed because merged with event PRO_262005
CURRENT 1.58 EVENTS:
Code:
#(1435-1442) The Angevin Inheritance of Naples
#by Bordic
event = {
id = 262005
trigger = {
NOT = { vassal = { country = NAP country = PRO } }
exists = NAP
event = 239007 #NAP: The Angevin Inheritance of Naples
}
random = no
country = PRO
name = "EVENTNAME262005" #The House of Anjou back to Naples
desc = "EVENTHIST3660"
#-#
date = { day = 2 month = February year = 1435 }
offset = 10
deathdate = { day = 2 month = February year = 1442 }
action_a = {
name = "ACTIONNAME3555A" #Rule it as an independent Kingdom
command = { type = vassal which = NAP }
command = { type = relation which = TOS value = 25 }
command = { type = relation which = VEN value = 25 }
command = { type = relation which = GEN value = 25 }
command = { type = relation which = MLO value = 25 }
}
}
#(1435-1442) The Aragonese established in Naples
#by Bordic
event = {
id = 262007
trigger = { event = 3660 } #NAP: The Aragonese Inheritance of Naples
random = no
country = PRO
name = "EVENTNAME262007" #The Aragonese established in Naples
desc = "EVENTHIST3660"
#-#
date = { day = 2 month = February year = 1435 }
offset = 10
deathdate = { day = 2 month = February year = 1442 }
action_a = {
name = "ACTIONNAME3363A" #This means war!
command = { type = relation which = NAP value = -250 }
command = { type = relation which = ARG value = -100 }
command = { type = casusbelli which = NAP value = 85 }
command = { type = casusbelli which = ARG value = 85 }
}
}
------------------------------------------------------------------------------------------------------
the merged event:
Code:
#(1435-1442) The Inheritance of Naples
#by Bordic
event = {
id = 262005 #testing NAP_239007
random = no
country = PRO
name = "EVENTNAME239007" #The Inheritance of Naples
desc = "EVENTHIST239007"
#-#
date = { day = 1 month = February year = 1435 }
offset = 15
deathdate = { day = 1 month = February year = 1442 }
action_a = {
name = "ACTIONNAME262005A" #The House of Anjou back to Naples
trigger = {
NAP = { flag = [Angevin] }
}
command = {
trigger = {
NOT = { vassal = { country = NAP country = PRO }
}
type = vassal which = NAP
}
command = { type = relation which = TOS value = 25 }
command = { type = relation which = VEN value = 25 }
command = { type = relation which = GEN value = 25 }
command = { type = relation which = MLO value = 25 }
}
action_b = {
name = "ACTIONNAME262005B" #The Aragonese established in Naples
trigger = {
NAP = { flag = [Aragonese] }
}
command = { type = relation which = NAP value = -250 }
command = { type = relation which = ARG value = -100 }
command = { type = casusbelli which = NAP value = 85 }
command = { type = casusbelli which = ARG value = 85 }
}
}
EVENTS.CSV ENTRIES:
TO BE ADDED
ACTIONNAME262005A;The House of Anjou back to Naples;X
ACTIONNAME262005B;The Aragonese established in Naples;X
------------------------------------------------------------------------------------------------------
N.B. Here is the problem, the new coding allows one event only to be used, but maybe a triggered event (ARG_111011) is still preferable instead of a double choice event with offset...
CURRENT 1.58 EVENTS:
ARAGON EVENTS ACCORDING TO NAP_239007
to be removed event ARG_3555 and merged into a single event ARG_111011
Code:
#(1435) The Angevins established in Naples
#by Bordic
event = {
id = 111011 #triggered by NAP_239007
random = no
country = ARG
name = "EVENTNAME111011" #The Angevins established in Naples
desc = "EVENTHIST3660"
#-#
action_a = {
name = "ACTIONNAME3363A" #This means war!
command = { type = relation which = NAP value = -250 }
command = { type = relation which = PRO value = -100 }
command = { type = relation which = DAU value = -75 }
command = { type = relation which = FRA value = -75 }
command = { type = casusbelli which = NAP value = 85 }
command = { type = casusbelli which = PRO value = 85 }
}
}
#(1435) The Aragonese Inheritance of Naples
#by Bordic
event = {
id = 3555
trigger = {
NOT = { vassal = { country = NAP country = ARG } }
event = 3660 #NAP: The Aragonese Inheritance of Naples
}
random = no
country = ARG
name = "EVENTNAME3555" #The House of Trastamara in Naples
desc = "EVENTHIST3660"
#-#
date = { day = 2 month = February year = 1435 }
action_a = {
name = "ACTIONNAME3555A" #Rule it as an independent Kingdom
command = { type = vassal which = NAP }
command = { type = relation which = TOS value = -25 }
command = { type = relation which = VEN value = -25 }
command = { type = relation which = GEN value = -25 }
command = { type = relation which = MLO value = -25 }
command = { type = relation which = DAU value = -50 }
command = { type = relation which = FRA value = -50 }
}
}
-------------------------------------------------------------------------------
1st SUGGESTION: BOTH EVENTS TWEAKED:
Code:
#(1435) The Angevins established in Naples
#by Bordic
event = {
id = 111011 #triggered by NAP_239007 [COLOR=Yellow]A[/COLOR]
random = no
country = ARG
name = "EVENTNAME111011" #The Angevins established in Naples
desc = "EVENTHIST[COLOR=Yellow]239007[/COLOR]"
#-#
action_a = {
name = "ACTIONNAME3363A" #This means war!
command = { type = relation which = NAP value = -250 }
command = { type = relation which = PRO value = -100 }
command = { type = relation which = DAU value = -75 }
command = { type = relation which = FRA value = -75 }
command = { type = casusbelli which = NAP value = 85 }
command = { type = casusbelli which = PRO value = 85 }
}
}
#(1435) The Aragonese Inheritance of Naples
#by Bordic
event = {
id = 3555
trigger = {
[COLOR=Red]NOT = { vassal = { country = NAP country = ARG } }
event = 3660 #NAP: The Aragonese Inheritance of Naples[/COLOR]
[COLOR=Yellow]event = 239007 #NAP: The Inheritance of Naples[/COLOR]
}
random = no
country = ARG
name = "EVENTNAME3555" #The House of Trastamara in Naples
desc = "EVENTHIST[COLOR=Yellow]239007[/COLOR]"
#-#
date = { day = 2 month = February year = 1435 }
action_a = {
name = "ACTIONNAME3555A" #Rule it as an independent Kingdom
[COLOR=Yellow]command = {
trigger = {
NOT = { vassal = { country = ARG country = NAP }
}
type = vassal which = NAP
}[/COLOR]
command = { type = relation which = TOS value = -25 }
command = { type = relation which = VEN value = -25 }
command = { type = relation which = GEN value = -25 }
command = { type = relation which = MLO value = -25 }
command = { type = relation which = DAU value = -50 }
command = { type = relation which = FRA value = -50 }
}
}
#----------------------------------------------------------------------------
2ND SUGGESTION: the new merged event:
Code:
#(1435-1442) The Inheritance of Naples
#by Bordic
event = {
id = 111011 #testing NAP_239007
random = no
country = ARG
name = "EVENTNAME239007" #The Inheritance of Naples
desc = "EVENTHIST239007"
#-#
date = { day = 1 month = February year = 1435 }
offset = 20
deathdate = { day = 1 month = February year = 1442 }
action_a = {
name = "ACTIONNAME111011A" #The Angevins established in Naples
trigger = {
NAP = { flag = [Angevin] }
}
command = { type = relation which = NAP value = -250 }
command = { type = relation which = PRO value = -100 }
command = { type = relation which = DAU value = -75 }
command = { type = relation which = FRA value = -75 }
command = { type = casusbelli which = NAP value = 85 }
command = { type = casusbelli which = PRO value = 85 }
}
action_b = {
name = "ACTIONNAME111011B" #The House of Trastamara in Naples
trigger = {
NAP = { flag = [Aragonese] }
}
command = {
trigger = {
NOT = { vassal = { country = NAP country = ARG }
}
type = vassal which = NAP
}
command = { type = relation which = TOS value = -25 }
command = { type = relation which = VEN value = -25 }
command = { type = relation which = GEN value = -25 }
command = { type = relation which = MLO value = -25 }
command = { type = relation which = DAU value = -50 }
command = { type = relation which = FRA value = -50 }
}
}
The "complete" sequence of the Inheritance of Naples (1419-1442) is still WIP.