@opfr/raids 0.16.7 → 1.1.0
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/assets/mysterious_island/end_cave_blind_walk.webp +0 -0
- package/assets/mysterious_island/end_explore_gallery_with_torch.webp +0 -0
- package/assets/mysterious_island/end_indications_secret_room.webp +0 -0
- package/assets/mysterious_island/end_open_tomb.webp +0 -0
- package/assets/mysterious_island/ev_ancient_dark_passage.webp +0 -0
- package/assets/mysterious_island/ev_cave_torch_on.webp +0 -0
- package/assets/mysterious_island/ev_dark_cave.webp +0 -0
- package/assets/mysterious_island/ev_decipher_failure.webp +0 -0
- package/assets/mysterious_island/ev_decipher_success.webp +0 -0
- package/assets/mysterious_island/ev_dodge_animals.webp +0 -0
- package/assets/mysterious_island/ev_enter_jungle.webp +0 -0
- package/assets/mysterious_island/ev_explore_gallery_no_torch.webp +0 -0
- package/assets/mysterious_island/ev_find_tomb.webp +0 -0
- package/assets/mysterious_island/ev_main_path.webp +0 -0
- package/assets/mysterious_island/ev_ramp_success.webp +0 -0
- package/assets/mysterious_island/ev_search_way.webp +0 -0
- package/assets/mysterious_island/ev_start.webp +0 -0
- package/assets/mysterious_island/ev_walk_passage.webp +0 -0
- package/assets/mysterious_island/ev_walk_ruin.webp +0 -0
- package/assets/mysterious_island/ev_wild_animals.webp +0 -0
- package/assets/pirate_cave/end_explore_room.webp +0 -0
- package/assets/pirate_cave/end_open_chest.webp +0 -0
- package/assets/pirate_cave/ev_cave_begin.webp +0 -0
- package/assets/pirate_cave/ev_cave_entry.webp +0 -0
- package/assets/pirate_cave/ev_ghost_trap.webp +0 -0
- package/assets/pirate_cave/ev_left_path.webp +0 -0
- package/assets/pirate_cave/ev_right_path.webp +0 -0
- package/assets/pirate_cave/ev_secret_passage.webp +0 -0
- package/assets/pirate_cave/ev_sneak_walk_failure.webp +0 -0
- package/assets/pirate_cave/ev_sneak_walk_success.webp +0 -0
- package/assets/pirate_cave/ev_start.webp +0 -0
- package/assets/pirate_cave/ev_torch_on.webp +0 -0
- package/assets/resources/ev_enter_beach.webp +0 -0
- package/assets/resources/ev_enter_forest.webp +0 -0
- package/assets/resources/ev_enter_plains.webp +0 -0
- package/assets/resources/ev_goto_mine.webp +0 -0
- package/assets/resources/ev_hemp.webp +0 -0
- package/assets/resources/ev_salt_water.webp +0 -0
- package/assets/resources/ev_search_cereal.webp +0 -0
- package/assets/resources/ev_search_cotton.webp +0 -0
- package/assets/resources/ev_search_wood.webp +0 -0
- package/assets/resources/ev_start.webp +0 -0
- package/assets/training/end_captain_suite.webp +0 -0
- package/assets/training/end_fruits.webp +0 -0
- package/assets/training/end_plants.webp +0 -0
- package/assets/training/end_ship_hold.webp +0 -0
- package/assets/training/ev_agility50_failure.webp +0 -0
- package/assets/training/ev_agility50_success.webp +0 -0
- package/assets/training/ev_begin_forest.webp +0 -0
- package/assets/training/ev_dense_jungle.webp +0 -0
- package/assets/training/ev_hard_path.webp +0 -0
- package/assets/training/ev_start.webp +0 -0
- package/assets/training/ev_swamp.webp +0 -0
- package/dist/events/callbacks.d.ts +5 -0
- package/dist/events/callbacks.d.ts.map +1 -0
- package/dist/events/callbacks.js +38 -0
- package/dist/events/callbacks.js.map +1 -0
- package/dist/events/event.d.ts +7 -0
- package/dist/events/event.d.ts.map +1 -0
- package/dist/events/event.js +14 -0
- package/dist/events/event.js.map +1 -0
- package/dist/events/index.d.ts +2 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +9 -0
- package/dist/events/index.js.map +1 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +1167 -4104
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +8 -17
- package/dist/raids/mysteriousIsland.d.ts +2 -3
- package/dist/raids/mysteriousIsland.d.ts.map +1 -1
- package/dist/raids/mysteriousIsland.js +221 -125
- package/dist/raids/mysteriousIsland.js.map +1 -1
- package/dist/raids/pirateCave.d.ts +2 -3
- package/dist/raids/pirateCave.d.ts.map +1 -1
- package/dist/raids/pirateCave.js +162 -96
- package/dist/raids/pirateCave.js.map +1 -1
- package/dist/raids/resources.d.ts +2 -3
- package/dist/raids/resources.d.ts.map +1 -1
- package/dist/raids/resources.js +159 -86
- package/dist/raids/resources.js.map +1 -1
- package/dist/raids/training.d.ts +2 -3
- package/dist/raids/training.d.ts.map +1 -1
- package/dist/raids/training.js +96 -49
- package/dist/raids/training.js.map +1 -1
- package/dist/utils.d.ts +4 -5
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +39 -40
- package/dist/utils.js.map +1 -1
- package/locales/fr.json +0 -711
- package/package.json +20 -11
- package/dist/characteristics.d.ts +0 -6
- package/dist/characteristics.d.ts.map +0 -1
- package/dist/characteristics.js +0 -27
- package/dist/characteristics.js.map +0 -1
- package/dist/types.d.ts +0 -81
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -2
- package/dist/types.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OPFR raids",
|
|
6
6
|
"author": "Matthieu VEIGA",
|
|
@@ -8,14 +8,25 @@
|
|
|
8
8
|
"prepublish": "npm run build",
|
|
9
9
|
"build:raids": "node ./scripts/raidBuilder.mjs && npx prettier --write \"src/**/*.{js,mjs,jsx,ts,tsx,json,css,scss}\"",
|
|
10
10
|
"build:images": "node ./scripts/generateImages.mjs",
|
|
11
|
-
"build": "vite build && tsc"
|
|
11
|
+
"build": "vite build && tsc -p tsconfig.build.json"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"@opfr/
|
|
15
|
-
"@opfr/
|
|
16
|
-
"@opfr/
|
|
17
|
-
"@opfr/
|
|
18
|
-
"@opfr/utils-
|
|
13
|
+
"peerDependencies": {
|
|
14
|
+
"@opfr/definitions": "^1.0.0",
|
|
15
|
+
"@opfr/emojis": "^1.0.0",
|
|
16
|
+
"@opfr/entities": "^1.0.0",
|
|
17
|
+
"@opfr/services": "^1.0.0",
|
|
18
|
+
"@opfr/utils-lang": "^1.0.0",
|
|
19
|
+
"@opfr/utils-type": "^1.0.0",
|
|
20
|
+
"i18next": "^23"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@opfr/definitions": "^1.1.0",
|
|
24
|
+
"@opfr/emojis": "^1.0.1",
|
|
25
|
+
"@opfr/entities": "^1.1.0",
|
|
26
|
+
"@opfr/services": "^1.0.2",
|
|
27
|
+
"@opfr/utils-lang": "^1.0.1",
|
|
28
|
+
"@opfr/utils-type": "^1.0.1",
|
|
29
|
+
"i18next": "23.16.8"
|
|
19
30
|
},
|
|
20
31
|
"main": "./dist/index.umd.js",
|
|
21
32
|
"module": "./dist/index.es.js",
|
|
@@ -30,7 +41,6 @@
|
|
|
30
41
|
"./assets/*": "./assets/*"
|
|
31
42
|
},
|
|
32
43
|
"files": [
|
|
33
|
-
"README.md",
|
|
34
44
|
"dist",
|
|
35
45
|
"locales",
|
|
36
46
|
"assets"
|
|
@@ -38,6 +48,5 @@
|
|
|
38
48
|
"eslintIgnore": [
|
|
39
49
|
"node_modules",
|
|
40
50
|
"dist"
|
|
41
|
-
]
|
|
42
|
-
"gitHead": "b3b77e3d339646dc2095e7cd6c8cb8e7bbd97c13"
|
|
51
|
+
]
|
|
43
52
|
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Characteristic } from '@opfr/utils-type';
|
|
2
|
-
export declare const getCharacteristicCost: (currentValue: number) => 4 | 2 | 3 | 1;
|
|
3
|
-
export declare const getComputedCharacteristicCost: (currentValue: number, pointsWanted: number) => number;
|
|
4
|
-
export declare const getComputedCharacteristicValue: (amount: number) => number;
|
|
5
|
-
export declare const getAvailableCharacteristicPoints: (characteristics: Record<Characteristic, number>, currentLevel: number) => number;
|
|
6
|
-
//# sourceMappingURL=characteristics.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"characteristics.d.ts","sourceRoot":"","sources":["../src/characteristics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOvD,eAAO,MAAM,qBAAqB,iBAAkB,MAAM,kBAOzD,CAAC;AAEF,eAAO,MAAM,6BAA6B,iBAC1B,MAAM,gBACN,MAAM,WASrB,CAAC;AAEF,eAAO,MAAM,8BAA8B,WAAY,MAAM,WAO5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,oBAC1B,OAAO,cAAc,EAAE,MAAM,CAAC,gBACjC,MAAM,WAGyC,CAAC"}
|
package/dist/characteristics.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { CHARACTERISTIC_DEFAULT_POINT_COST, CHARACTERISTIC_POINT_COSTS, CHARACTERISTIC_POINT_PER_LEVEL, } from '@opfr/utils-type';
|
|
2
|
-
export const getCharacteristicCost = (currentValue) => {
|
|
3
|
-
for (const [threshold, amount] of CHARACTERISTIC_POINT_COSTS) {
|
|
4
|
-
if (currentValue >= threshold) {
|
|
5
|
-
return amount;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
return CHARACTERISTIC_DEFAULT_POINT_COST;
|
|
9
|
-
};
|
|
10
|
-
export const getComputedCharacteristicCost = (currentValue, pointsWanted) => {
|
|
11
|
-
let cost = 0;
|
|
12
|
-
for (; pointsWanted > 0; pointsWanted--) {
|
|
13
|
-
cost += getCharacteristicCost(currentValue);
|
|
14
|
-
currentValue++;
|
|
15
|
-
}
|
|
16
|
-
return cost;
|
|
17
|
-
};
|
|
18
|
-
export const getComputedCharacteristicValue = (amount) => {
|
|
19
|
-
let current = 0;
|
|
20
|
-
for (; amount > 0; amount -= getCharacteristicCost(current)) {
|
|
21
|
-
current++;
|
|
22
|
-
}
|
|
23
|
-
return current;
|
|
24
|
-
};
|
|
25
|
-
export const getAvailableCharacteristicPoints = (characteristics, currentLevel) => currentLevel * CHARACTERISTIC_POINT_PER_LEVEL -
|
|
26
|
-
Object.values(characteristics).reduce((acc, e) => acc + e, 0);
|
|
27
|
-
//# sourceMappingURL=characteristics.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"characteristics.js","sourceRoot":"","sources":["../src/characteristics.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iCAAiC,EACjC,0BAA0B,EAC1B,8BAA8B,GAC/B,MAAM,kBAAkB,CAAC;AAE1B,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,YAAoB,EAAE,EAAE;IAC5D,KAAK,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,IAAI,0BAA0B,EAAE,CAAC;QAC7D,IAAI,YAAY,IAAI,SAAS,EAAE,CAAC;YAC9B,OAAO,MAAM,CAAC;QAChB,CAAC;IACH,CAAC;IACD,OAAO,iCAAiC,CAAC;AAC3C,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAC3C,YAAoB,EACpB,YAAoB,EACpB,EAAE;IACF,IAAI,IAAI,GAAG,CAAC,CAAC;IAEb,OAAO,YAAY,GAAG,CAAC,EAAE,YAAY,EAAE,EAAE,CAAC;QACxC,IAAI,IAAI,qBAAqB,CAAC,YAAY,CAAC,CAAC;QAC5C,YAAY,EAAE,CAAC;IACjB,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,MAAc,EAAE,EAAE;IAC/D,IAAI,OAAO,GAAG,CAAC,CAAC;IAEhB,OAAO,MAAM,GAAG,CAAC,EAAE,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,EAAE,CAAC;QAC5D,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAC9C,eAA+C,EAC/C,YAAoB,EACpB,EAAE,CACF,YAAY,GAAG,8BAA8B;IAC7C,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
package/dist/types.d.ts
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import type { Buff, ItemId } from '@opfr/items';
|
|
2
|
-
import type { TitleId } from '@opfr/ornaments';
|
|
3
|
-
import type { Characteristic, CharacteristicsRecord } from '@opfr/utils-type';
|
|
4
|
-
export type RaidRewards = Partial<Record<ItemId | 'xp' | 'berry' | 'hp', number> & {
|
|
5
|
-
title: TitleId;
|
|
6
|
-
condition: string;
|
|
7
|
-
}>;
|
|
8
|
-
export type RaidPenalties = Partial<Record<ItemId | 'xp' | 'berry' | 'hp' | 'time_out', number> & {
|
|
9
|
-
buffs: Buff[];
|
|
10
|
-
}>;
|
|
11
|
-
export type RaidRequirements = Partial<CharacteristicsRecord> | {
|
|
12
|
-
sum: number;
|
|
13
|
-
characteristics: Characteristic[];
|
|
14
|
-
} | {
|
|
15
|
-
conditions: string[];
|
|
16
|
-
mode: 'include' | 'exclude';
|
|
17
|
-
} | {
|
|
18
|
-
warns: number;
|
|
19
|
-
};
|
|
20
|
-
export type RaidItemRequirements = Partial<Record<ItemId, number>> | {
|
|
21
|
-
conditions: string[];
|
|
22
|
-
mode: 'include' | 'exclude';
|
|
23
|
-
};
|
|
24
|
-
export type RaidStepId = {
|
|
25
|
-
UserChoice: `uc_${string}`;
|
|
26
|
-
Event: `ev_${string}`;
|
|
27
|
-
End: `end_${string}`;
|
|
28
|
-
ConditionCheck: `c_${string}`;
|
|
29
|
-
ItemRequired: `rq_${string}`;
|
|
30
|
-
Goto: `goto_${string}`;
|
|
31
|
-
};
|
|
32
|
-
export type RaidGoto = {
|
|
33
|
-
id: RaidStepId['Goto'];
|
|
34
|
-
label: string;
|
|
35
|
-
goto: RaidStepId[keyof RaidStepId][];
|
|
36
|
-
};
|
|
37
|
-
export type RaidUserChoice = {
|
|
38
|
-
id: RaidStepId['UserChoice'];
|
|
39
|
-
label: string;
|
|
40
|
-
output: RaidConditionCheck | RaidEvent | RaidEnd;
|
|
41
|
-
};
|
|
42
|
-
export type RaidItemRequired = {
|
|
43
|
-
id: RaidStepId['ItemRequired'];
|
|
44
|
-
label: string;
|
|
45
|
-
requirements: RaidItemRequirements;
|
|
46
|
-
output: RaidConditionCheck | RaidEvent | RaidEnd;
|
|
47
|
-
hideAllIfAvailable?: boolean;
|
|
48
|
-
doNotConsume?: boolean;
|
|
49
|
-
};
|
|
50
|
-
export type RaidEvent = {
|
|
51
|
-
id: RaidStepId['Event'];
|
|
52
|
-
title: string;
|
|
53
|
-
text: string | ((obtainedRewards: (RaidStepId['Event'] | RaidStepId['End'])[]) => string);
|
|
54
|
-
rewards?: RaidRewards;
|
|
55
|
-
penalties?: RaidPenalties;
|
|
56
|
-
outputs: (RaidUserChoice | RaidItemRequired | RaidGoto)[];
|
|
57
|
-
};
|
|
58
|
-
export type RaidEnd = {
|
|
59
|
-
id: RaidStepId['End'];
|
|
60
|
-
title: string;
|
|
61
|
-
text: string | ((obtainedRewards: (RaidStepId['Event'] | RaidStepId['End'])[]) => string);
|
|
62
|
-
rewards?: RaidRewards;
|
|
63
|
-
penalties?: RaidPenalties;
|
|
64
|
-
};
|
|
65
|
-
export type RaidConditionCheck = {
|
|
66
|
-
id: RaidStepId['ConditionCheck'];
|
|
67
|
-
requirements: RaidRequirements;
|
|
68
|
-
success: RaidEvent | RaidEnd;
|
|
69
|
-
failure: RaidEvent | RaidEnd;
|
|
70
|
-
};
|
|
71
|
-
export type RaidType = 'classic' | 'special' | 'christmas';
|
|
72
|
-
export type Raid = {
|
|
73
|
-
id: string;
|
|
74
|
-
cooldown: number;
|
|
75
|
-
name: string;
|
|
76
|
-
description: string;
|
|
77
|
-
type: RaidType;
|
|
78
|
-
start: RaidEvent;
|
|
79
|
-
};
|
|
80
|
-
export type RaidStep = RaidItemRequired | RaidEnd | RaidEvent | RaidUserChoice | RaidConditionCheck | RaidGoto;
|
|
81
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/dist/types.js
DELETED
package/dist/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""}
|