Type alias AdvRewards

AdvRewards: { experiences?: number; function: gameFunction; loots?: gameLootTable[]; recipes?: gameRecipe[] }

Type declaration

  • Optional experiences?: number

    Amount of experiance given to the player

  • function: gameFunction

    Function to execute as the player

  • Optional loots?: gameLootTable[]

    Loot given to the player

  • Optional recipes?: gameRecipe[]

    Recipies to unlock

Generated using TypeDoc