Rewards (modding)

From Cosmoteer Wiki
< ModdingModding/Rewards
Jump to navigation Jump to search
Code location (what's this?): Cosmoteer.Modes.Career.Missions.Rewards.Reward

These built-in types are available and inherit from Reward :

  • CustomTextReward. "A reward that doesn't actually give the player anything but displays a line of custom text in the mission's reward list". Presumably, can be used for debugging or scenario purposes.
  • FameReward (Fame)
  • MoneyReward (credits)
  • NoOpReward (nothing). Presumably, can be used for debugging or scenario purposes.
  • ReputationReward (faction reputation)


It is not know whether other types of rewards can be added.

See also