notes
This commit is contained in:
parent
cda20d40db
commit
0851c03bd9
@ -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 #
|
||||||
|
|
||||||
@ -22,7 +36,7 @@ Slow & Reliable
|
|||||||
|
|
||||||
Class names to be changed
|
Class names to be changed
|
||||||
====================
|
====================
|
||||||
Pure Red `Nature`
|
Pure Red `Nature`
|
||||||
Pure Green `Non-Violence`
|
Pure Green `Non-Violence`
|
||||||
Pure Blue `Destruction`
|
Pure Blue `Destruction`
|
||||||
Hybrid Red / Blue `Chaos`
|
Hybrid Red / Blue `Chaos`
|
||||||
|
|||||||
@ -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