Skip to content

Commit

Permalink
Fixed Zzoo & Axobubble stats error (#20)
Browse files Browse the repository at this point in the history
* Fixed Zzoo & Axobubble stats error

* version date update for clarity

* Update to v0.1.1

Co-authored-by: Jonathan Tang <[email protected]>
  • Loading branch information
SachaYatta and jtang17 authored Oct 24, 2022
1 parent 62a5138 commit d71ea3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurory/dnajs",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/Aurory-Game/dna.git"
Expand Down
20 changes: 10 additions & 10 deletions ts/src/deps/schemas/aurory_dna_v0.4.0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.4.0",
"version_date": "20/10/2022",
"version_date": "25/10/2022",
"global_genes_header": [
{
"name": "version",
Expand Down Expand Up @@ -159,10 +159,10 @@
"encoded_attributes": {
"hp": [360, 440],
"initiative": [91, 109],
"atk": [48, 72],
"def": [16, 24],
"eatk": [48, 72],
"edef": [32, 48],
"atk": [68, 83],
"def": [27, 33],
"eatk": [43, 52],
"edef": [68, 83],
"skill_a": ["AttackAndBack"],
"skill_b": ["SharpGust"],
"skill_c": ["Overtake"]
Expand Down Expand Up @@ -217,12 +217,12 @@
"ultimateSkill": "bubbleOut"
},
"encoded_attributes": {
"hp": [400, 600],
"hp": [468, 572],
"initiative": [91, 109],
"atk": [24, 36],
"def": [24, 36],
"eatk": [48, 72],
"edef": [48, 72],
"atk": [34, 42],
"def": [27, 33],
"eatk": [54, 66],
"edef": [68, 83],
"skill_a": ["pressureBomb"],
"skill_b": ["defensiveDome"],
"skill_c": ["fateSwap"]
Expand Down

0 comments on commit d71ea3e

Please sign in to comment.