GrantTech: Difference between revisions

From Ashes of the Singularity - Official Wiki
Jump to navigation Jump to search
(Created page with "The following Quantum Upgrades can be applied:")
 
No edit summary
Line 1: Line 1:
The following Quantum Upgrades can be applied:
Using the GrantTech command, the player or AI can be given free Quantum Upgrades. The GrantTech needs to be inside of a Trigger, like so:
 
  <Trigger Name="tFreeTech_Weapons" Type="Timer" Timer="30" Inactive="1" >
    <GrantTech Player="0" Tech="Weapons" />
  </Trigger>

Revision as of 07:18, 22 February 2018

Using the GrantTech command, the player or AI can be given free Quantum Upgrades. The GrantTech needs to be inside of a Trigger, like so:

 <Trigger Name="tFreeTech_Weapons" Type="Timer" Timer="30" Inactive="1" >
   <GrantTech Player="0" Tech="Weapons" />
 </Trigger>