farming-weight 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +101 -101
- package/dist/constants/crops.d.ts +11 -0
- package/dist/constants/crops.js +132 -0
- package/dist/constants/crops.js.map +1 -1
- package/dist/util/ratecalc.d.ts +8 -0
- package/dist/util/ratecalc.js +27 -0
- package/dist/util/ratecalc.js.map +1 -1
- package/package.json +2 -2
- package/dist/classes/farmingaccessory.d.ts +0 -15
- package/dist/classes/farmingaccessory.js +0 -54
- package/dist/classes/farmingaccessory.js.map +0 -1
- package/dist/classes/farmingarmor.d.ts +0 -53
- package/dist/classes/farmingarmor.js +0 -209
- package/dist/classes/farmingarmor.js.map +0 -1
- package/dist/classes/farmingequipment.d.ts +0 -24
- package/dist/classes/farmingequipment.js +0 -112
- package/dist/classes/farmingequipment.js.map +0 -1
- package/dist/classes/farmingpet.d.ts +0 -22
- package/dist/classes/farmingpet.js +0 -101
- package/dist/classes/farmingpet.js.map +0 -1
- package/dist/classes/farmingtool.d.ts +0 -41
- package/dist/classes/farmingtool.js +0 -196
- package/dist/classes/farmingtool.js.map +0 -1
- package/dist/classes/item.d.ts +0 -22
- package/dist/classes/item.js +0 -12
- package/dist/classes/item.js.map +0 -1
- package/dist/classes/lotusgear.d.ts +0 -23
- package/dist/classes/lotusgear.js +0 -107
- package/dist/classes/lotusgear.js.map +0 -1
- package/dist/classes/player.d.ts +0 -76
- package/dist/classes/player.js +0 -222
- package/dist/classes/player.js.map +0 -1
- package/dist/classes/weightcalc.d.ts +0 -63
- package/dist/classes/weightcalc.js +0 -192
- package/dist/classes/weightcalc.js.map +0 -1
- package/dist/classes/weightcalc.test.d.ts +0 -1
- package/dist/classes/weightcalc.test.js +0 -108
- package/dist/classes/weightcalc.test.js.map +0 -1
- package/dist/constants/accessories.d.ts +0 -13
- package/dist/constants/accessories.js +0 -56
- package/dist/constants/accessories.js.map +0 -1
- package/dist/constants/armor.d.ts +0 -47
- package/dist/constants/armor.js +0 -711
- package/dist/constants/armor.js.map +0 -1
- package/dist/constants/equipment.d.ts +0 -26
- package/dist/constants/equipment.js +0 -126
- package/dist/constants/equipment.js.map +0 -1
- package/dist/constants/items.d.ts +0 -10
- package/dist/constants/items.js +0 -15
- package/dist/constants/items.js.map +0 -1
- package/dist/constants/lotus.d.ts +0 -26
- package/dist/constants/lotus.js +0 -113
- package/dist/constants/lotus.js.map +0 -1
- package/dist/constants/pets.d.ts +0 -58
- package/dist/constants/pets.js +0 -266
- package/dist/constants/pets.js.map +0 -1
- package/dist/constants/tools.d.ts +0 -16
- package/dist/constants/tools.js +0 -468
- package/dist/constants/tools.js.map +0 -1
- package/dist/fortune/upgradable.d.ts +0 -39
- package/dist/fortune/upgradable.js +0 -2
- package/dist/fortune/upgradable.js.map +0 -1
- package/dist/player/index.d.ts +0 -1
- package/dist/player/index.js +0 -2
- package/dist/player/index.js.map +0 -1
- package/dist/player.d.ts +0 -30
- package/dist/player.js +0 -30
- package/dist/player.js.map +0 -1
- package/dist/ratecalc.d.ts +0 -33
- package/dist/ratecalc.js +0 -155
- package/dist/ratecalc.js.map +0 -1
- package/dist/tool.d.ts +0 -1
- package/dist/tool.js +0 -18
- package/dist/tool.js.map +0 -1
- package/dist/util/pests.test.d.ts +0 -1
- package/dist/util/pests.test.js +0 -29
- package/dist/util/pests.test.js.map +0 -1
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { Crop } from './crops';
|
|
2
|
-
import { Rarity } from './reforges';
|
|
3
|
-
import { Stat } from './stats';
|
|
4
|
-
import { UpgradeReason } from './upgrades';
|
|
5
|
-
export const FARMING_ACCESSORIES_INFO = {
|
|
6
|
-
FERMENTO_ARTIFACT: {
|
|
7
|
-
skyblockId: 'FERMENTO_ARTIFACT',
|
|
8
|
-
name: 'Fermento Artifact',
|
|
9
|
-
wiki: 'https://wiki.hypixel.net/Fermento_Artifact',
|
|
10
|
-
family: 'Fermento',
|
|
11
|
-
maxRarity: Rarity.Epic,
|
|
12
|
-
baseStats: {
|
|
13
|
-
[Stat.FarmingFortune]: 30,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
SQUASH_RING: {
|
|
17
|
-
skyblockId: 'SQUASH_RING',
|
|
18
|
-
name: 'Squash Ring',
|
|
19
|
-
wiki: 'https://wiki.hypixel.net/Squash_Ring',
|
|
20
|
-
family: 'Fermento',
|
|
21
|
-
upgrade: {
|
|
22
|
-
id: 'FERMENTO_ARTIFACT',
|
|
23
|
-
reason: UpgradeReason.NextTier,
|
|
24
|
-
},
|
|
25
|
-
maxRarity: Rarity.Rare,
|
|
26
|
-
crops: [Crop.Wheat, Crop.Carrot, Crop.Potato, Crop.Pumpkin, Crop.Melon, Crop.Mushroom, Crop.CocoaBeans],
|
|
27
|
-
baseStats: {
|
|
28
|
-
[Stat.FarmingFortune]: 20,
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
CROPIE_TALISMAN: {
|
|
32
|
-
skyblockId: 'CROPIE_TALISMAN',
|
|
33
|
-
name: 'Cropie Talisman',
|
|
34
|
-
wiki: 'https://wiki.hypixel.net/Cropie_Talisman',
|
|
35
|
-
family: 'Fermento',
|
|
36
|
-
upgrade: {
|
|
37
|
-
id: 'SQUASH_RING',
|
|
38
|
-
reason: UpgradeReason.NextTier,
|
|
39
|
-
},
|
|
40
|
-
maxRarity: Rarity.Uncommon,
|
|
41
|
-
crops: [Crop.Wheat, Crop.Carrot, Crop.Potato],
|
|
42
|
-
baseStats: {
|
|
43
|
-
[Stat.FarmingFortune]: 10,
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
POWER_RELIC: {
|
|
47
|
-
skyblockId: 'POWER_RELIC',
|
|
48
|
-
name: 'Relic of Power',
|
|
49
|
-
wiki: 'https://wiki.hypixel.net/Relic_Of_Power',
|
|
50
|
-
gemSlots: {
|
|
51
|
-
peridot: 1,
|
|
52
|
-
},
|
|
53
|
-
maxRarity: Rarity.Legendary,
|
|
54
|
-
},
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=accessories.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accessories.js","sourceRoot":"","sources":["../../src/constants/accessories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAW3C,MAAM,CAAC,MAAM,wBAAwB,GAAkD;IACtF,iBAAiB,EAAE;QAClB,UAAU,EAAE,mBAAmB;QAC/B,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,4CAA4C;QAClD,MAAM,EAAE,UAAU;QAClB,SAAS,EAAE,MAAM,CAAC,IAAI;QACtB,SAAS,EAAE;YACV,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,EAAE;SACzB;KACD;IACD,WAAW,EAAE;QACZ,UAAU,EAAE,aAAa;QACzB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,sCAAsC;QAC5C,MAAM,EAAE,UAAU;QAClB,OAAO,EAAE;YACR,EAAE,EAAE,mBAAmB;YACvB,MAAM,EAAE,aAAa,CAAC,QAAQ;SAC9B;QACD,SAAS,EAAE,MAAM,CAAC,IAAI;QACtB,KAAK,EAAE,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QACvG,SAAS,EAAE;YACV,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,EAAE;SACzB;KACD;IACD,eAAe,EAAE;QAChB,UAAU,EAAE,iBAAiB;QAC7B,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,0CAA0C;QAChD,MAAM,EAAE,UAAU;QAClB,OAAO,EAAE;YACR,EAAE,EAAE,aAAa;YACjB,MAAM,EAAE,aAAa,CAAC,QAAQ;SAC9B;QACD,SAAS,EAAE,MAAM,CAAC,QAAQ;QAC1B,KAAK,EAAE,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QAC7C,SAAS,EAAE;YACV,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,EAAE;SACzB;KACD;IACD,WAAW,EAAE;QACZ,UAAU,EAAE,aAAa;QACzB,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,yCAAyC;QAC/C,QAAQ,EAAE;YACT,OAAO,EAAE,CAAC;SACV;QACD,SAAS,EAAE,MAAM,CAAC,SAAS;KAC3B;CACD,CAAC"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { UpgradeableInfo } from '../fortune/upgradable';
|
|
2
|
-
import { Rarity, ReforgeTarget } from './reforges';
|
|
3
|
-
import { Skill } from './skills';
|
|
4
|
-
import { SpecialCrop } from './specialcrops';
|
|
5
|
-
import { Stat } from './stats';
|
|
6
|
-
import { Upgrade } from './upgrades';
|
|
7
|
-
export declare enum GearSlot {
|
|
8
|
-
Boots = 'Boots',
|
|
9
|
-
Leggings = 'Leggings',
|
|
10
|
-
Chestplate = 'Chestplate',
|
|
11
|
-
Helmet = 'Helmet',
|
|
12
|
-
Necklace = 'Necklace',
|
|
13
|
-
Cloak = 'Cloak',
|
|
14
|
-
Belt = 'Belt',
|
|
15
|
-
Gloves = 'Gloves',
|
|
16
|
-
}
|
|
17
|
-
export interface GearSlotInfo {
|
|
18
|
-
name: string;
|
|
19
|
-
startingItem: string;
|
|
20
|
-
target: ReforgeTarget;
|
|
21
|
-
}
|
|
22
|
-
export declare const GEAR_SLOTS: Record<GearSlot, GearSlotInfo>;
|
|
23
|
-
export interface FarmingArmorInfo extends UpgradeableInfo {
|
|
24
|
-
special?: SpecialCrop[];
|
|
25
|
-
slot: GearSlot;
|
|
26
|
-
family?: string;
|
|
27
|
-
name: string;
|
|
28
|
-
maxRarity: Rarity;
|
|
29
|
-
upgrade?: Upgrade;
|
|
30
|
-
wiki: string;
|
|
31
|
-
contestStatsMultiplier?: number;
|
|
32
|
-
perLevelStats?: {
|
|
33
|
-
skill: Skill;
|
|
34
|
-
appliesTo?: ReforgeTarget[];
|
|
35
|
-
stats: Partial<Record<Stat, number>>;
|
|
36
|
-
};
|
|
37
|
-
skillReq?: Partial<Record<Skill, number>>;
|
|
38
|
-
}
|
|
39
|
-
export declare const ARMOR_INFO: Record<string, FarmingArmorInfo>;
|
|
40
|
-
export type ArmorSetBonusStats = Partial<Record<number, Partial<Record<Stat, number>>>>;
|
|
41
|
-
export interface ArmorSetBonus {
|
|
42
|
-
name: string;
|
|
43
|
-
piecePotential?: Partial<Record<Stat, number>>;
|
|
44
|
-
stats: ArmorSetBonusStats;
|
|
45
|
-
special?: SpecialCrop[];
|
|
46
|
-
}
|
|
47
|
-
export declare const ARMOR_SET_BONUS: Record<string, ArmorSetBonus>;
|