Merge branch 'master' of ssh://cryps.gg:40022/~/cryps
This commit is contained in:
commit
08cc37e2b7
@ -20,7 +20,7 @@
|
|||||||
"key": "^0.1.11",
|
"key": "^0.1.11",
|
||||||
"keymaster": "^1.6.2",
|
"keymaster": "^1.6.2",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"parcel": "^1.9.7",
|
"parcel": "^1.11.0",
|
||||||
"phaser": "^3.16.1",
|
"phaser": "^3.16.1",
|
||||||
"redux": "^4.0.0"
|
"redux": "^4.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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 #
|
# Colours #
|
||||||
|
|
||||||
|
|||||||
@ -55,7 +55,38 @@ taunt
|
|||||||
|
|
||||||
|
|
||||||
## NOW
|
## 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
|
## SOON
|
||||||
* clean up categories
|
* clean up categories
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user