Renomigu la projekton
This commit is contained in:
parent
50807077a6
commit
c7e3b94c21
|
@ -1,25 +0,0 @@
|
|||
# Tasks
|
||||
|
||||
- Players
|
||||
- need to be able to see their character sheets
|
||||
- need to be able to edit their character sheets
|
||||
- need to record damage
|
||||
- need to mark abilities as used
|
||||
- need to see active status effects ("flex skill")
|
||||
- need to trigger recovery (regain pool points, reset skills that reset on recovery)
|
||||
- need to mark artifacts as depleted
|
||||
- need to expend cyphers
|
||||
- GM
|
||||
- needs to see all character sheet
|
||||
- needs to send items to players
|
||||
- needs a pool of potential cyphers
|
||||
- Other
|
||||
- all actions must be undoable
|
||||
|
||||
Cypher:
|
||||
- name
|
||||
- level
|
||||
- form
|
||||
- description
|
||||
|
||||
Character Sheet
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "kliento",
|
||||
"name": "kampanja-kontrolada-kliento",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/main.tsx",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "datasphere-server"
|
||||
name = "kampanja-kontrolada-servilo"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
|
|
Loading…
Reference in New Issue