From 0851c03bd95cf58105b628241a37762f6fe3ba89 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 15 Feb 2019 15:33:18 +1100 Subject: [PATCH 1/2] notes --- server/COMBOS.md | 16 +++++++++++++++- server/WORKLOG.md | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/server/COMBOS.md b/server/COMBOS.md index c2204cd7..034c1d77 100644 --- a/server/COMBOS.md +++ b/server/COMBOS.md @@ -1,3 +1,17 @@ +# Playthrough + +cryps join game + stats randomised + +initial stash drops + 3 skills + 3 colours + 3 specs + +play first round + basically duke it out + + # Colours # @@ -22,7 +36,7 @@ Slow & Reliable Class names to be changed ==================== -Pure Red `Nature` +Pure Red `Nature` Pure Green `Non-Violence` Pure Blue `Destruction` Hybrid Red / Blue `Chaos` diff --git a/server/WORKLOG.md b/server/WORKLOG.md index 7249ee91..ce056c8e 100644 --- a/server/WORKLOG.md +++ b/server/WORKLOG.md @@ -55,7 +55,38 @@ taunt ## NOW -* check zone completion + +inventory + drops table + id + data + game + +drops_buy(game_id, index) + drops_get() + inventory_get() + + reduce balance + move drop into inventory + + drops_update() + inventory_update() + + -> inventory + +inventory_combine(game_id, [indices]) + inventory_get() + + new item = + match base item + match modifiers + + update inventory[base_index] + + inventory_update() + + -> inventory + + ## SOON * clean up categories From aca6b6112633eb75b328cbe78c07d85247dd458b Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 15 Feb 2019 16:02:08 +1100 Subject: [PATCH 2/2] audit --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 81ea53c4..f84c4f2b 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "key": "^0.1.11", "keymaster": "^1.6.2", "lodash": "^4.17.11", - "parcel": "^1.9.7", + "parcel": "^1.11.0", "phaser": "^3.16.1", "redux": "^4.0.0" },