Commit Graph

178 Commits

Author SHA1 Message Date
24a07c4588 refactoring (#4) 2021-04-10 19:17:18 +02:00
9cf66c7435 added 'verkleiden'-skill (#3) 2021-04-10 19:15:56 +02:00
5bcfd1e621 Bump random from 2.2.0 to 3.0.3
Bumps [random](https://github.com/transitive-bullshit/random) from 2.2.0 to 3.0.3.
- [Release notes](https://github.com/transitive-bullshit/random/releases)
- [Commits](https://github.com/transitive-bullshit/random/compare/v2.2.0...v3.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-10 17:02:00 +00:00
9d8cf32947 Create dependabot.yml 2021-04-10 19:01:34 +02:00
374109bcc6 Create codeql-analysis.yml 2021-04-10 18:56:46 +02:00
9c0c365cd5 Jslint (#14)
* linting, rolling dice now calculates the sum of each shown value.

* package update
2021-02-09 17:23:23 +01:00
20fb66643e updating package (#12) 2021-02-09 16:57:46 +01:00
c374cac3c9 Added Metalworking Talent (#11)
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
2021-01-19 20:38:46 +01:00
3cbd3bd0e3 added parry command (#10)
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
2021-01-05 18:33:58 +01:00
f934a7aa65 each point above Leiteigenschaft adds to damage result. (#9)
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
2021-01-05 18:33:10 +01:00
1186f8373b Update globals.js 2021-01-01 14:36:18 +01:00
c62525661d Development (#7)
* fixing typos

* merge Dynamic commands (#3)

* Update README.md

* Update README.md

* fixing typos

* dynamically read new commands inside folder.

* eslint, update package.json due to moving files

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>

* fix talent checking on empty arguments list

* Origin/message embed (#4)

* add first embedded message on tp.js

* move db from message commands

* fix missing arguments list, add need_args

* add global Message Replies.

* add more global Message Replies.

* more embedded messages. fixing string

* missing comma

* adding a few more strings on talents.

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>

* fixing creating from json file

* bugfix: db not defined

* possible  fix for nonworking talent?

* fix double msg

* fix: aliases are now being used

* change: show command displays now some character attributes

* added various aliases to commands, added global strings.

* added melee combat rolling.

* removed purse from creation of character

* added attack command to bring some combat features.

* added weapons command, renamed some command files.

* updated README for new commands

* Delete add.js

* Delete attribute.js

* Delete help.js

* Delete remove.js

* Delete roll.js

* Delete show.js

* Delete skill.js

* Delete talent.js

* Delete talents.js

* Delete tp.js

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
2021-01-01 13:32:29 +01:00
4d19d1db21 Update to latest development branch (#6)
* fixing typos

* merge Dynamic commands (#3)

* Update README.md

* Update README.md

* fixing typos

* dynamically read new commands inside folder.

* eslint, update package.json due to moving files

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>

* fix talent checking on empty arguments list

* Origin/message embed (#4)

* add first embedded message on tp.js

* move db from message commands

* fix missing arguments list, add need_args

* add global Message Replies.

* add more global Message Replies.

* more embedded messages. fixing string

* missing comma

* adding a few more strings on talents.

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>

* fixing creating from json file

* bugfix: db not defined

* possible  fix for nonworking talent?

* fix double msg

* fix: aliases are now being used

* change: show command displays now some character attributes

* added various aliases to commands, added global strings.

* added melee combat rolling.

* removed purse from creation of character

* added attack command to bring some combat features.

* added weapons command, renamed some command files.

* updated README for new commands

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
2021-01-01 13:21:32 +01:00
c179bdd0e0 Merge development into master (#5)
* fixing typos

* merge Dynamic commands (#3)

* Update README.md

* Update README.md

* fixing typos

* dynamically read new commands inside folder.

* eslint, update package.json due to moving files

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>

* fix talent checking on empty arguments list

* Origin/message embed (#4)

* add first embedded message on tp.js

* move db from message commands

* fix missing arguments list, add need_args

* add global Message Replies.

* add more global Message Replies.

* more embedded messages. fixing string

* missing comma

* adding a few more strings on talents.

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>

* fixing creating from json file

* bugfix: db not defined

* possible  fix for nonworking talent?

* fix double msg

* fix: aliases are now being used

* change: show command displays now some character attributes

* added various aliases to commands, added global strings.

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
2020-12-16 08:53:09 +01:00
0ac4fe4d04 Update README.md 2020-11-26 21:56:28 +01:00
fa60f89e36 Merge pull request #2 from TobenderZephyr/development
Merge current development branch into master.
2020-11-26 21:43:14 +01:00
9f7f87ee07 added random. Use Embed messages for Help and Skill list 2020-11-26 21:40:23 +01:00
33a998a680 List of talents now uses MessageEmbed 2020-11-25 16:42:47 +01:00
1c05c06e9a List of talents now uses MessageEmbed 2020-11-25 16:42:28 +01:00
fe698e58e6 add help and list of talents 2020-11-25 12:17:48 +01:00
31e7e9e9b0 handling LowerCase characters, fixing iteration 2020-11-24 22:29:07 +01:00
381f7c4f57 trying to handle skill names 2020-11-24 22:25:07 +01:00
f536a02a45 searching of talents aborted prematurely. 2020-11-24 22:15:45 +01:00
e17476db21 Formatting of Heads or Tails 2020-11-24 21:57:49 +01:00
8ec58dc59f msg undefined 2020-11-24 21:48:15 +01:00
62efa0fadc ReferenceError: msg is not defined 2020-11-24 21:45:17 +01:00
6e968f2e19 various bugfixing in attribute.js 2020-11-24 21:42:24 +01:00
7f4b139811 removed 'münze' from commandlist 2020-11-24 20:56:39 +01:00
290ba0ba8d Identifier 'command' has already been declared 2020-11-24 20:52:03 +01:00
bfc76c848c added roll for character attributes. 2020-11-24 20:47:41 +01:00
9acdab39bb added Heads or Tails 2020-11-24 18:46:05 +01:00
a8861421fe roll doesnt care about spaces anymore. 2020-11-24 18:45:52 +01:00
92c2ca125c remove now deletes character from database 2020-11-24 18:45:02 +01:00
3dda686301 added Heads or Tails 2020-11-24 18:44:32 +01:00
8d660659ac added Heads or Tails 2020-11-24 18:44:09 +01:00
ea15ba6aaa Update README.md 2020-11-23 18:31:55 +01:00
0059c3d2e5 Merge pull request #1 from TobenderZephyr/development
Merge current development branch to master.
2020-11-23 17:34:39 +01:00
e483d627ab moving db 2020-11-23 16:11:45 +01:00
2ec8f0b8dc move database 2020-11-23 16:08:53 +01:00
4918789a52 fixing prefix cmdhandler 2020-11-23 14:52:42 +01:00
057859a820 eslint 2020-11-23 14:24:29 +01:00
1270815aba Based on alpine 2020-11-23 14:10:11 +01:00
237529b1ad updating Dockerfile 2020-11-23 14:07:03 +01:00
cc9536c869 updating discord.js 2020-11-23 13:58:56 +01:00
072ae06253 Fixing Upload of Character Sheets. Adding talent which rolls dice on stored values. 2020-11-22 22:02:14 +01:00
210062b185 added JSON parsing data 2020-11-22 12:37:30 +01:00
07d5f2fdef Dockerfile empty 2020-11-21 21:59:54 +01:00
0dafdfb91d build failed 2020-11-21 21:46:54 +01:00
0136d087f5 first update to dev branch 2020-11-21 21:29:18 +01:00
f468c4f7d6 fix typo in sql query 2020-11-15 21:22:30 +01:00