Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for COF and COC systems #97

Merged
merged 5 commits into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add characteristics, combat and inventory
  • Loading branch information
Qaw committed Oct 6, 2021
commit 55078f91e931df0056fffab47e04653a19fb4824
6 changes: 5 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,9 @@
"tokenactionhud.kamigakari.conceptDestruction": "Concept Destruction",
"tokenactionhud.kamigakari.items": "items",
"tokenactionhud.kamigakari.sacraments": "Sacraments",
"tokenactionhud.kamigakari.consumables": "Consumables"
"tokenactionhud.kamigakari.consumables": "Consumables",

"tokenactionhud.co.combat": "Combat",
"tokenactionhud.co.attacks": "Attacks",
"tokenactionhud.co.protections": "Protections"
}
4 changes: 4 additions & 0 deletions lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,8 @@
"tokenactionhud.kamigakari.items": "items",
"tokenactionhud.kamigakari.sacraments": "Sacraments",
"tokenactionhud.kamigakari.consumables": "Consumables",

"tokenactionhud.co.combat": "Combat",
"tokenactionhud.co.attacks": "Attaques",
"tokenactionhud.co.protections": "Protections"
}
4 changes: 3 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
"kamigakari",
"tagmar",
"tagmar_rpg",
"ds4"
"ds4",
"coc",
"cof"
],
"dependencies": [],
"socket": false,
Expand Down
315 changes: 4 additions & 311 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build": "rollup -c"
},
"devDependencies": {
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2"
}
}
Loading