This commit is contained in:
Olivier Gagnon
2021-11-05 17:12:52 -04:00
parent f8917473f8
commit 88b4a7d862
32 changed files with 97 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
* @public
*/
interface Player {
hacking_skill: number;
hacking: number;
hp: number;
max_hp: number;
strength: number;
@@ -815,7 +815,7 @@ export interface SleeveSkills {
/** current sync of the sleeve [0-100] */
sync: number;
/** current hacking skill of the sleeve */
hacking_skill: number;
hacking: number;
/** current strength of the sleeve */
strength: number;
/** current defense of the sleeve */