View Single Post
Old 03-21-2005, 12:34 AM   #7 (permalink)
Slye_Fox
Senior Member
 
Join Date: Jan 2004
Location: London, UK
Posts: 390
Send a message via AIM to Slye_Fox Send a message via MSN to Slye_Fox Send a message via Yahoo to Slye_Fox
Default

This is the Science i have for my mods Soviet side,

Code:
;//////////////////////////////////////////////////////////////////////////////
;Condition Red ////////////////////////////////////////////////////////////////
;//////////////////////////////////////////////////////////////////////////////

;; -------------------------------------
;; INTRINSIC (Base-Level) Sciences
;; -------------------------------------
Science SCIENCE_Soviet
  PrerequisiteSciences = None
  SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  IsGrantable = No
End

;; -------------------------------------
;; Soviet Sciences
;; -------------------------------------

; --- LEVEL 1 POWERS ---
Science SCIENCE_BecomeLibyar
  PrerequisiteSciences = SCIENCE_Soviet SCIENCE_Rank1
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:ChinaRedGuardTraining
  Description = CONTROLBAR:ToolTipChinaScienceRedGuardTraining
End

Science SCIENCE_BecomeRussia
  PrerequisiteSciences = SCIENCE_Soviet SCIENCE_Rank1
  SciencePurchasePointCost = 1
  IsGrantable = Yes
  DisplayName = SCIENCE:ChinaBattleMasterTraining
  Description = CONTROLBAR:ToolTipChinaScienceBattlemasterTraining
End
Slye_Fox is offline   Reply With Quote