Tome of Atonement/Elightenment - Where is it?

I can't remember the exact title of the anomaly, but it generates 25 points to your dominant ideology.  I can't find it in the DEF files anywhere.  I want to design a similar anomaly and wanted to see the code that was used for that one.  Anyone know where this is?  I don't know if it's stock or mod, can't find it in either.

8,828 views 4 replies
Reply #1 Top

This is what I currently have in my anomaly mod:

 

    <Anomaly>
   <InternalName>LostTome</InternalName>
   <DisplayName>LostTome_Name</DisplayName>
   <Description>LostTome_Dec</Description>
   <ArtDefine>CapsuleAnomalyArt</ArtDefine>
   <Weight>15</Weight>
   <Triggers>
    <OnEvent>OnArriveAtAnomaly</OnEvent>
    <Target>
     <TargetType>Faction</TargetType>
    </Target>
    <Lifetime>Instant</Lifetime>
    <PerformAction>
     <Action>AwardDominantIdeologyPoints</Action>
     <ValueParam>25</ValueParam>
    </PerformAction>
   </Triggers>
      <Triggers>
        <OnEvent>OnArriveAtAnomaly</OnEvent>
        <Target>
          <TargetType>Fleet</TargetType>
        </Target>
        <Lifetime>Instant</Lifetime>
        <PerformAction>
          <Action>SpawnAnomaly</Action>
          <ValueParam>1</ValueParam>
          <StringParam>ShipGraveyards</StringParam>
        </PerformAction>
      </Triggers>
      <Triggers>
        <OnEvent>OnArriveAtAnomaly</OnEvent>
        <Target>
          <TargetType>Ship</TargetType>
          <TriggerGroupTargetType>AllShipsInFleet</TriggerGroupTargetType>
        </Target>
        <Lifetime>Instant</Lifetime>
        <Modifier>
          <EffectType>ExpPoints</EffectType>
          <BonusType>Flat</BonusType>
          <Value>5</Value>
        </Modifier>
      </Triggers>
 </Anomaly>

 

Hope it helps :)  

Reply #2 Top

Thank you!  That's what I was looking for.  I'm thinking of a counter that would actually add to the lowest ideology.  "Dissident Manifesto".  Is there an action that would add points to the lower of the three that you are aware of?

Reply #3 Top

May be, but not that I know of, sorry. If there was I would add it to mine. I'm still testing my newest version of my mod and adjusting it. Will post the newest version when done and if I get permission from ScrivenerOfLight . My mod is a combination of the games anomalies, the wonderful "Resource Mission Mod" for the Crusade expansion of ScrivenerOfLight, the original Deathwynd 's "More Anomalies", the  anomalies that Horemvore uses in his excellent mod "Galactic Star Trek", and other anomalies I've added. I want an anomaly mod that is as big and diversified as possible, and hope to keep it growing.

Reply #4 Top

That sounds great!  I agree, the more anomalies types the better (by definition, I dare say!)