Update game to use TOML format for persistent data

This commit is contained in:
kinther 2026-01-23 09:27:09 -08:00
parent 18c92e2357
commit 2dcf2d7311
209 changed files with 12983 additions and 1982 deletions

16
lib/world/obj/0.toml Normal file
View file

@ -0,0 +1,16 @@
[[object]]
vnum = 1
name = "board immortal"
short = "the immortal board"
description = "The immortal bulletin board is here."
main_description = "Made specifically for immortals to post on.\n"
type = 13
extra_flags = [0, 0, 0, 0]
wear_flags = [0, 0, 0, 0]
affect_flags = [0, 0, 0, 0]
values = [0, 0, 0, 0, 0, 0, 0, 0]
weight = 0
cost = 0
level = 0
timer = 0

1104
lib/world/obj/1.toml Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
files = [
]

4
lib/world/obj/index.toml Normal file
View file

@ -0,0 +1,4 @@
files = [
"0.toml",
"1.toml"
]