diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 13:46:07 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 13:46:07 +0100 |
commit | 47df6b13e0e4d40573534c57bbcc03e880782de5 (patch) | |
tree | 71bc72d3b299f4823b12f587d23d9067958c5900 /assets | |
parent | fe81f3d551f00d8a5ee5ee4c738e02ffc2d06ecb (diff) | |
parent | 73e5c7a20e5e8f6a54ab484ea2ce1aac16200b1d (diff) | |
download | puszcza-47df6b13e0e4d40573534c57bbcc03e880782de5.tar.gz puszcza-47df6b13e0e4d40573534c57bbcc03e880782de5.zip |
Merge remote-tracking branch 'origin/develop' into storybook
Diffstat (limited to 'assets')
-rw-r--r-- | assets/punktacja.gql | 13 | ||||
-rw-r--r-- | assets/zasady-punktacji.md | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/assets/punktacja.gql b/assets/punktacja.gql new file mode 100644 index 0000000..3a6a9fa --- /dev/null +++ b/assets/punktacja.gql @@ -0,0 +1,13 @@ +type Troop { + name: String +} + +type Points { + troop: Troop + points: Int +} + +type Query { + getPoints: [Points!] + getTroopByName(name: String!): [Troop!] +} diff --git a/assets/zasady-punktacji.md b/assets/zasady-punktacji.md new file mode 100644 index 0000000..08fa467 --- /dev/null +++ b/assets/zasady-punktacji.md @@ -0,0 +1,13 @@ +| Za co | Punkty | +| ------------------------ | ------------------------- | +| Gra | I: 20, II: 15, III: 10 | +| Biwak | I: 50, II: 40, III: 30 | +| Frekwencja | 0-5 | +| Sprawność | 5 (bonus: 10) | +| Wędrówka / Biwak zastępu | 20-50 | +| Krótki wpis do kroniki | 10 | +| Dłuższy wpis do kroniki | 25 | +| Jakość wpisu | 0-10 | +| Turniej zastępów | I: 200, II: 150, III: 100 | +| Punktualność | 0-10 | +| Inne | \* | |