Initial commit
This commit is contained in:
@@ -0,0 +1,151 @@
|
||||
const Reward = require("../Game/Reward");
|
||||
|
||||
const eliteRewards = [
|
||||
0,
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
6: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
7: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
8: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
9: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
10: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
11: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
12: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
13: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
14: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
15: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
16: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
17: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
18: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
19: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
20: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
21: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
22: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
}),
|
||||
new Reward({
|
||||
distributionType: 2,
|
||||
baseReward: {
|
||||
5: {
|
||||
23: { amountMinimum: 1, chance: 100 }
|
||||
}
|
||||
}
|
||||
})
|
||||
];
|
||||
|
||||
module.exports = eliteRewards;
|
||||
Reference in New Issue
Block a user