hoshimi-venus 0.6.5 → 0.6.8
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/out/ci/get_version.d.ts +1 -0
- package/out/ci/get_version.js +8 -0
- package/out/ci/get_version.js.map +1 -0
- package/out/concert/partial/actions/action.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_assignment.js +1 -0
- package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_assignment_all.js +1 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -1
- package/out/database/Skill.json +1 -1
- package/out/database/SkillEfficacy.json +1 -1
- package/out/package.json +35 -0
- package/package.json +2 -2
- package/out/concert/partial/actions/active_skill_chance_assignment.d.ts +0 -2
- package/out/concert/partial/actions/active_skill_chance_assignment.js +0 -14
- package/out/concert/partial/actions/active_skill_chance_assignment.js.map +0 -1
package/out/package.json
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"name": "hoshimi-venus",
|
3
|
+
"version": "0.6.8",
|
4
|
+
"author": "vibbit (https://github.com/MalitsPlus)",
|
5
|
+
"description": "Venus System Library (tentative)",
|
6
|
+
"keywords": [],
|
7
|
+
"license": "Apache-2.0",
|
8
|
+
"homepage": "https://github.com/MalitsPlus/VenusSysLib",
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "https://github.com/MalitsPlus/VenusSysLib.git"
|
12
|
+
},
|
13
|
+
"bugs": {
|
14
|
+
"url": "https://github.com/MalitsPlus/VenusSysLib/issues"
|
15
|
+
},
|
16
|
+
"main": "./out/index.js",
|
17
|
+
"types": "./out/index.d.ts",
|
18
|
+
"files": [
|
19
|
+
"out"
|
20
|
+
],
|
21
|
+
"scripts": {
|
22
|
+
"build": "tsc",
|
23
|
+
"test": "npx ts-node test/test.ts"
|
24
|
+
},
|
25
|
+
"dependencies": {
|
26
|
+
"lodash": "^4.17.21",
|
27
|
+
"uuid": "^8.3.2"
|
28
|
+
},
|
29
|
+
"devDependencies": {
|
30
|
+
"@types/lodash": "^4.14.191",
|
31
|
+
"@types/node": "^18.11.2",
|
32
|
+
"@types/uuid": "^9.0.0",
|
33
|
+
"ts-node": "^10.9.1"
|
34
|
+
}
|
35
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hoshimi-venus",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.8",
|
4
4
|
"author": "vibbit (https://github.com/MalitsPlus)",
|
5
5
|
"description": "Venus System Library (tentative)",
|
6
6
|
"keywords": [],
|
@@ -32,4 +32,4 @@
|
|
32
32
|
"@types/uuid": "^9.0.0",
|
33
33
|
"ts-node": "^10.9.1"
|
34
34
|
}
|
35
|
-
}
|
35
|
+
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.activeSkillChanceAssignment = void 0;
|
4
|
-
const activeSkillChanceAssignment = ({ concert, efficacy, targetIndexes, sourceIndex, sourceSkillIndex, isBeforeBeat, }) => {
|
5
|
-
const effInfo = {
|
6
|
-
value: 0,
|
7
|
-
grade: efficacy.grade,
|
8
|
-
maxGrade: efficacy.maxGrade,
|
9
|
-
};
|
10
|
-
console.warn("Unimplemented Action 'ActiveSkillChanceAssignment'.");
|
11
|
-
return effInfo;
|
12
|
-
};
|
13
|
-
exports.activeSkillChanceAssignment = activeSkillChanceAssignment;
|
14
|
-
//# sourceMappingURL=active_skill_chance_assignment.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"active_skill_chance_assignment.js","sourceRoot":"","sources":["../../../../concert/partial/actions/active_skill_chance_assignment.ts"],"names":[],"mappings":";;;AAEO,MAAM,2BAA2B,GAAW,CAAC,EAClD,OAAO,EACP,QAAQ,EACR,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,YAAY,GACb,EAAE,EAAE;IACH,MAAM,OAAO,GAAG;QACd,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,QAAQ,CAAC,KAAK;QACrB,QAAQ,EAAE,QAAQ,CAAC,QAAQ;KAC5B,CAAA;IACD,OAAO,CAAC,IAAI,CAAC,qDAAqD,CAAC,CAAA;IACnE,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA;AAfY,QAAA,2BAA2B,+BAevC"}
|