====== Jedi Reward Model ======
[ [[data|data model]] ]

Jedi rewards go on the page of the associated story line.

If one of the jedi is given bonus rewards, a separate data block should be created for that.

^ Jedi Reward  ^^
^ Story [ref]            | The story this reward is associated with |
^ Character [ref]*       | A comma separated list of PC's that receive the reward |
^ Experience             | The number of (:xp) given |
^ Mission                | The number of mission completions given (usually ''1'', or left empty) |
^ Reward                 | Any other form of reward. For example "Lightsaber Crystals" |

===== Example =====
<code>
<data jedi_reward #Reward>
Story [ref]: [[]]
Character [ref]*: Shebi Ajava
Experience: 2
Mission: 1
Reward:
</data>
</code>

This example gives Shebi Ajava 2(:xp) and a mission completion.