Renomigu la projekton

This commit is contained in:
Savanni D'Gerinel 2021-12-29 13:26:49 -05:00
parent 50807077a6
commit c7e3b94c21
4 changed files with 3 additions and 28 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
{
"name": "kliento",
"name": "kampanja-kontrolada-kliento",
"version": "1.0.0",
"description": "",
"main": "src/main.tsx",

View File

@ -1,5 +1,5 @@
[package]
name = "datasphere-server"
name = "kampanja-kontrolada-servilo"
version = "0.1.0"
edition = "2018"

View File

@ -7,7 +7,7 @@ let
};
in pkgs.mkShell {
name = "datasphere";
name = "kampanja-kontrolado";
nativeBuildInputs = [
pkgs.gnome.webkitgtk