Skip to content

Commit

Permalink
feat(data): add Hutao
Browse files Browse the repository at this point in the history
fix lots of bugs
add Hutao
  • Loading branch information
wormtql committed Mar 2, 2021
1 parent 82044c3 commit 6b8a9f3
Show file tree
Hide file tree
Showing 34 changed files with 326 additions and 376 deletions.
1 change: 1 addition & 0 deletions dist/attribute/attribute.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ export default class Attribute {
attack(): number;
life(): number;
defend(): number;
crit(value: number): void;
}
72 changes: 43 additions & 29 deletions dist/index.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/numerics/character/data/fire/hutao.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import CharacterDataType from "../../data_type";
declare const _default: CharacterDataType;
export default _default;
3 changes: 2 additions & 1 deletion dist/numerics/weapon/data/sword2/jilidajian.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import WeaponDataType from "../../data_type";
export declare const jilidajianData: WeaponDataType;
declare const _default: WeaponDataType;
export default _default;
Loading

0 comments on commit 6b8a9f3

Please sign in to comment.