diff options
| author | historia <[not public]> | 2026-06-09 17:15:13 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-09 17:15:13 -0400 |
| commit | 9edc568e16741d443b67fbd23b0d91790085ced9 (patch) | |
| tree | d54be40531ba124dcf8299f9e94bfba4ece273ae /data/players | |
| parent | 56be6a3f45830594225a765b406816e6179ccde1 (diff) | |
| download | thehouseoficarus-9edc568e16741d443b67fbd23b0d91790085ced9.tar.gz | |
combat, mobs, parsing, toggles, hard disconnect handling
Diffstat (limited to 'data/players')
| -rw-r--r-- | data/players/accounts/Default.yaml | 4 | ||||
| -rw-r--r-- | data/players/characters/guy4.yaml (renamed from data/players/characters/Default.yaml) | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/data/players/accounts/Default.yaml b/data/players/accounts/Default.yaml deleted file mode 100644 index 32ae393..0000000 --- a/data/players/accounts/Default.yaml +++ /dev/null @@ -1,4 +0,0 @@ -name: Default -password_hash: sha256:mfnZDVUFEvzM4AUQ4Kgnrw:f82f8f7fa0dbb1238bf41d6dc63c30b2fbf67a4cebcdbbaba3572422545e2fe3 -characters: - - Default diff --git a/data/players/characters/Default.yaml b/data/players/characters/guy4.yaml index 83142ea..4141899 100644 --- a/data/players/characters/Default.yaml +++ b/data/players/characters/guy4.yaml @@ -1,4 +1,4 @@ -name: Default +name: guy4 skills: agility: 0 alchemy: 0 @@ -26,4 +26,15 @@ toolbelt: [] room_id: 1 hp: 10 credits: 0 +description: "" attack_style: accurate +toggles: + description: true + exits: true + mobenter: true + mobleave: true + mobspawn: true + reserve: true + tinymap: true + xpdrops: true +regeneratetick: 0 |
