worklog
This commit is contained in:
parent
fbf2a42581
commit
ec4252d5c9
34
WORKLOG.md
34
WORKLOG.md
@ -29,40 +29,16 @@
|
||||
|
||||
*$$$*
|
||||
|
||||
* rerolls cost 1cr
|
||||
* rename costs 1cr
|
||||
* invader set
|
||||
|
||||
* start with 3 constructs w/ random names
|
||||
* storing construct costs 5cr
|
||||
|
||||
* balances table (ingame currency)
|
||||
id
|
||||
account
|
||||
balance
|
||||
|
||||
* accounting
|
||||
id
|
||||
reference / hash etc
|
||||
currency
|
||||
credit
|
||||
debit
|
||||
|
||||
* conversions
|
||||
id
|
||||
tx ref accounting
|
||||
conversion rate
|
||||
converted value
|
||||
|
||||
* txs
|
||||
|
||||
* mtx table
|
||||
id
|
||||
item_name
|
||||
|
||||
* define $cost for ingame bits
|
||||
* pay for rerolls
|
||||
|
||||
* eth adapter
|
||||
|
||||
* dollar processor
|
||||
|
||||
|
||||
|
||||
*CLIENT*
|
||||
|
||||
|
||||
@ -61,7 +61,7 @@ function animations(props) {
|
||||
const { game, account, resolution, player, construct } = props;
|
||||
if (!resolution) return false;
|
||||
const [, event] = resolution.event;
|
||||
if (!event.skill) return false;
|
||||
if (!event || !event.skill) return false;
|
||||
if (!resolution.target) return false;
|
||||
|
||||
// source animation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user