mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 15:39:27 +02:00
Compare commits
3 Commits
bf9df5af29
...
5ce73a0ba6
Author | SHA1 | Date | |
---|---|---|---|
|
5ce73a0ba6 | ||
|
933450297c | ||
|
704209d7a8 |
@ -79,12 +79,6 @@ export type allRewardsType = {
|
||||
[RewardId.PP_UP]: () => PokemonPpUpReward;
|
||||
[RewardId.PP_MAX]: () => PokemonPpUpReward;
|
||||
|
||||
/*
|
||||
[RewardId.REPEL]: () => DoubleBattleChanceBoosterReward,
|
||||
[RewardId.SUPER_REPEL]: () => DoubleBattleChanceBoosterReward,
|
||||
[RewardId.MAX_REPEL]: () => DoubleBattleChanceBoosterReward,
|
||||
*/
|
||||
|
||||
[RewardId.MINT]: () => MintRewardGenerator;
|
||||
|
||||
[RewardId.TERA_SHARD]: () => TeraTypeRewardGenerator;
|
||||
|
@ -132,11 +132,6 @@ export function initRewards() {
|
||||
allRewards[RewardId.PP_MAX] = () =>
|
||||
new PokemonPpUpReward("modifierType:ModifierType.PP_MAX", "pp_max", RewardId.PP_MAX, 3);
|
||||
|
||||
/*
|
||||
REPEL] = () => new DoubleBattleChanceBoosterReward('Repel', 5),
|
||||
SUPER_REPEL] = () => new DoubleBattleChanceBoosterReward('Super Repel', 10),
|
||||
MAX_REPEL] = () => new DoubleBattleChanceBoosterReward('Max Repel', 25),*/
|
||||
|
||||
allRewards[RewardId.MINT] = () => new MintRewardGenerator();
|
||||
|
||||
allRewards[RewardId.TERA_SHARD] = () => new TeraTypeRewardGenerator();
|
||||
|
Loading…
Reference in New Issue
Block a user