Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Jun 27, 2024
2 parents 61d9185 + c6ad8f5 commit 4f56257
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## [0.2.0](https://github.com/SouOWendel/shinobi-no-sho/compare/v0.1.0...v0.2.0) (2024-06-26)


### Features

* **item tecnica:** created standard sheet for tecnica item ([d92873e](https://github.com/SouOWendel/shinobi-no-sho/commit/d92873edbebba2b90121c9bcca4ed2c87ab83fa7))
* **localization:** added base localizations for portuguese brazillian ([6f49eb8](https://github.com/SouOWendel/shinobi-no-sho/commit/6f49eb895abe857d2f4278aa71e4406b91db528d))
* **release please:** added release-please with specific system configurations ([1b73fda](https://github.com/SouOWendel/shinobi-no-sho/commit/1b73fda227238137340f977d30dd33a381e51d6f))
* **release please:** also added with release please the manifest and configurations of manifest ([13aa793](https://github.com/SouOWendel/shinobi-no-sho/commit/13aa793036504d35d6e32c82ecd30cae34197e10))
* **system.json:** added flags for hotReload function of Foundry ([1d8852b](https://github.com/SouOWendel/shinobi-no-sho/commit/1d8852bec74e7f4faa42d7030158bca4e8412547))
* **system.json:** replaced all boilerplate for system name (shinobiNoSho) and added assets media ([b5f653c](https://github.com/SouOWendel/shinobi-no-sho/commit/b5f653c600b8e532ffd7953eda9a2ae35c7eaea8))
* **template.json:** added 'tecnicas' item and rename 'equipamentos' to 'geral' ([766897d](https://github.com/SouOWendel/shinobi-no-sho/commit/766897de308a6a619b4c511b1048b76eeb4b2c44))
* **template.json:** created a sketch of ninja actor and items (weapons, armor, equipments, aptitudes and powers) ([69b3cf2](https://github.com/SouOWendel/shinobi-no-sho/commit/69b3cf28d7990c3c20f6c0b5631682ad2fdeeb11))
* **template.json:** was added abilities (vig, social, and combate), attributes, details and currency ([5ff67a7](https://github.com/SouOWendel/shinobi-no-sho/commit/5ff67a727417101ec954f14a10f5e97431f381a6))

## 0.1.0

- Add support for Foundry v12 and initial files.
- Add support for Foundry v12 and initial files.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shinobi-no-sho",
"version": "0.1.0",
"version": "0.2.0",
"description": "Este é um sistema de Naruto \"Shinobi no Sho\", um sistema e livro de regras com autoria de Diego \"Fesant\" Silva, para a plataforma de RPG de Mesa conhecida como FoundryVTT.",
"main": "index.js",
"scripts": {
Expand Down
34 changes: 19 additions & 15 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"email": "souowendel@gmail.com",
"discord": "souowendel"
},
{
"name": "Vallen",
"discord": "vallen_allond"
}
{
"name": "Vallen",
"discord": "vallen_allond"
}
],
"url": "https://github.com/SouOWendel/shinobi-no-sho",
"readme": "README.md",
Expand All @@ -24,22 +24,26 @@
"thumbnail": "systems/shinobiNoSho/assets/anvil-impact.png"
}
],
"version": "0.1.0",
"version": "0.2.0",
"compatibility": {
"minimum": 11,
"verified": "12.327",
"maximum:": 12
"maximum:": 12
},
"esmodules": ["module/shinobiNoSho.mjs"],
"styles": ["css/shinobiNoSho.css"],
"esmodules": [
"module/shinobiNoSho.mjs"
],
"styles": [
"css/shinobiNoSho.css"
],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"flags": {
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["templates", "css", "lang/pt-BR.json"
Expand All @@ -50,7 +54,7 @@
"packFolders": [],
"socket": true,
"manifest": "",
"download": "",
"download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v0.2.0/shinobiNoSho-v0.2.0.zip",
"background": "systems/shinobiNoSho/assets/anvil-impact.png",
"gridDistance": 5,
"gridUnits": "m",
Expand Down

0 comments on commit 4f56257

Please sign in to comment.