about summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/punktacja.gql13
-rw-r--r--assets/zasady-punktacji.md13
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                     | \*                        |