Skip to content

Commit

Permalink
Code base fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PwQt committed Aug 29, 2023
1 parent d279027 commit e50f5f6
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 68 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
81 changes: 23 additions & 58 deletions src/module.json → module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,88 +2,57 @@
"id": "magic-items-2",
"title": "Magic Items 2",
"description": "Module that adds the ability to create magical items with spells or feats that belong to the item itself, such as staffs or magic wands, which will be automatically inherited from the character who owns the item.",
"version": "1.3.0",
"version": "1.3.1",
"minimumCoreVersion": "10",
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "PwQt",
"url": "https://github.com/PwQt/magic-items-2",
"discord": "PwQt#7620"
},
{
"name": "p4535992",
"url": "https://github.com/p4535992",
"discord": "",
"twitter": "",
"patreon": "",
"github": "p4535992",
"ko-fi": "",
"reddit": "",
"email": ""
}
],
"type": "module",
"socket": true,
"includes": [
"./assets/**",
"./lang/**",
"./languages/**",
"./scripts/**",
"./styles/**",
"./templates/**",
"./module.json",
"./README.md",
"./icons/**",
"packs/**"
],
"media": [
{
"type": "icon",
"location": ""
},
{
"type": "cover",
"location": ""
},
{
"type": "screenshot",
"location": ""
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
"path": "languages/en.json"
},
{
"lang": "it",
"name": "Italian",
"path": "./lang/it.json"
"path": "languages/it.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "./lang/ko.json"
"path": "languages/ko.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "./lang/pt-BR.json"
"path": "languages/pt-BR.json"
},
{
"lang": "fr",
"name": "Francais",
"path": "./lang/fr.json"
"path": "languages/fr.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "./lang/de.json"
"path": "languages/de.json"
},
{
"lang": "cs",
"name": "Česky",
"path": "./lang/cs.json"
"path": "languages/cs.json"
}
],
"packs": [
Expand All @@ -109,21 +78,17 @@
"type": "RollTable"
}
],
"systems": [],
"scripts": [],
"esmodules": ["module.js"],
"styles": ["styles/magicitems.css"],
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
},
"manifestPlusVersion": "1.2.1",
"esmodules": [
"src/module.js"
],
"styles": [
"src/styles/magicitems.css"
],
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/PwQt/magic-items-2",
"manifest": "https://github.com/PwQt/magic-items-2/releases/download/1.2.2/module.json",
"download": "https://github.com/PwQt/magic-items-2/releases/download/1.2.2/module.zip",
"manifest": "https://github.com/PwQt/magic-items-2/releases/download/latest/module.json",
"download": "https://github.com/PwQt/magic-items-2/releases/download/latest/module.zip",
"readme": "https://github.com/PwQt/magic-items-2/blob/master/README.md",
"changelog": "https://github.com/PwQt/magic-items-2/blob/master/CHANGELOG.md",
"bugs": "https://github.com/PwQt/magic-items-2/issues",
"allowBugReporter": true,
"relationships": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e50f5f6

Please sign in to comment.