I was pokeing around the modding guide for ideas to help me work on my personal moding attempts and found a basic idea. I would like some help on getting the code to fully work I feal that I am mising something.
here is the code i added into UPIssues.xml it is right now very rough just to test it out. i put in bold the text normaly in "<" since they did not show up when i first posted it
UPIssue InternalName="Free Fleet"
Question A fleet has been found abandoned in space.
To whom do you cast your vote, Emperor [YourLeaderName]? /Question
SubQuestion What nation deserves this newly Discoverd fleet? /SubQuestion
Option01 /Option01
Option02 /Option02
Option03 /Option03
Option04 /Option04
Option05 /Option05
Option06 /Option06
OptionVal01 1 /OptionVal01
OptionVal02 0 /OptionVal02
OptionVal03 0 /OptionVal03
OptionVal04 0 /OptionVal04
OptionVal05 0 /OptionVal05
OptionVal06 0 /OptionVal06
Attribute 24 /Attribute
AppliesTo 0 /AppliesTo
Prereq 0 /Prereq
Probability 0 /Probability
YearsInEffect 0 /YearsInEffect
Value01 0 /Value01
Value02 0 /Value02
Value03 0 /Value03
Value04 0 /Value04
QuestionStr01 7 /QuestionStr01
QuestionStr02 1 /QuestionStr02
QuestionStr03 0 /QuestionStr03
QuestionStr04 0 /QuestionStr04
HowAIWouldVote 7 /HowAIWouldVote
/UPIssue
The attribute # 24 according to the modding guide is for a free fleet. I am guessing I need to put something to generate a random fleet of ships or prehaps I could control the make up of the fleet. I just do not know enough about this attribute to be sure I have it all so any help would be welcome.