Skip to content

Commit

Permalink
MysticEnhancementOre
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Sep 21, 2024
1 parent 5b457ff commit 6d2ab43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemas/WeaponEnhancementMaterial.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@
},
"exp": {
"type": "number"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"rarity",
"exp"
"exp",
"version"
],
"additionalProperties": false
}
Expand Down
1 change: 1 addition & 0 deletions types/WeaponEnhancementMaterial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export type WeaponEnhancementMaterial = {
description: string;
rarity: number;
exp: number;
version: string;
};

0 comments on commit 6d2ab43

Please sign in to comment.