Commit Graph
31 Commits
Author SHA1 Message Date
marcusandGitHub c86e20cfcd Merge pull request #10 from TobenderZephyr/install-module-alias
(fix) missing require of desired module ;(
2021-04-18 00:04:49 +02:00
marcus 905272fdd6 (fix) missing require of desired module ;( 2021-04-18 00:00:29 +02:00
marcusandGitHub c49ce55c80 Merge pull request #9 from TobenderZephyr/install-module-alias
(fix) added dependency module-alias
2021-04-17 23:49:36 +02:00
marcus 734d28a90b (fix) added dependency module-alias 2021-04-17 23:44:23 +02:00
marcusandGitHub 17328894d0 Merge pull request #6 from TobenderZephyr/dependabot/npm_and_yarn/random-3.0.5
Bump random from 3.0.3 to 3.0.5
2021-04-17 23:32:22 +02:00
marcusandGitHub 9ad9af0490 Merge pull request #8 from TobenderZephyr/TobenderZephyr-patch-2
(fix) trigger deployment only if tests succeeds
2021-04-17 22:33:36 +02:00
marcusandGitHub 8c8ad975b6 (fix) trigger deployment only if tests succeeds 2021-04-17 22:31:07 +02:00
marcusandGitHub ef13a37006 Merge pull request #7 from TobenderZephyr/TobenderZephyr-patch-2
Update node.js.yml
2021-04-17 22:20:59 +02:00
marcusandGitHub 4c6bdd2135 (fix) node.js.yml
Workflow did not start because it did not find the `run` directive.
2021-04-17 22:18:55 +02:00
marcusandGitHub daf5fcf0a1 Update node.js.yml 2021-04-17 22:13:35 +02:00
marcusandGitHub d7edc85b94 Merge pull request #1 from TobenderZephyr/dependabot/npm_and_yarn/random-3.0.3
Bump random from 2.2.0 to 3.0.3
2021-04-11 17:40:22 +02:00
marcusandGitHub 627f311f95 Merge pull request #2 from TobenderZephyr/dependabot/npm_and_yarn/discord.js-12.5.3
Bump discord.js from 12.5.1 to 12.5.3
2021-04-11 17:40:04 +02:00
marcus d1d6ce474b jest throws no errors 2021-04-10 20:14:29 +02:00
marcusandGitHub ab6a108b4f Create node.js.yml 2021-04-10 19:20:22 +02:00
marcusandGitHub 24a07c4588 refactoring (#4) 2021-04-10 19:17:18 +02:00
marcusandGitHub 9cf66c7435 added 'verkleiden'-skill (#3) 2021-04-10 19:15:56 +02:00
marcusandGitHub 9d8cf32947 Create dependabot.yml 2021-04-10 19:01:34 +02:00
marcusandGitHub 374109bcc6 Create codeql-analysis.yml 2021-04-10 18:56:46 +02:00
marcusandGitHub 9c0c365cd5 Jslint (#14)
* linting, rolling dice now calculates the sum of each shown value.

* package update
2021-02-09 17:23:23 +01:00
marcusandGitHub 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
marcusandGitHub 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
marcusandGitHub 0ac4fe4d04 Update README.md 2020-11-26 21:56:28 +01:00
marcusandGitHub fa60f89e36 Merge pull request #2 from TobenderZephyr/development
Merge current development branch into master.
2020-11-26 21:43:14 +01:00
marcusandGitHub ea15ba6aaa Update README.md 2020-11-23 18:31:55 +01:00
marcusandGitHub 0059c3d2e5 Merge pull request #1 from TobenderZephyr/development
Merge current development branch to master.
2020-11-23 17:34:39 +01:00