mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 02:47:19 +02:00
Update game to use TOML format for persistent data
This commit is contained in:
parent
18c92e2357
commit
2dcf2d7311
209 changed files with 12983 additions and 1982 deletions
16
lib/world/obj/0.toml
Normal file
16
lib/world/obj/0.toml
Normal 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
1104
lib/world/obj/1.toml
Normal file
File diff suppressed because it is too large
Load diff
2
lib/world/obj/index.mini.toml
Normal file
2
lib/world/obj/index.mini.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
files = [
|
||||
]
|
||||
4
lib/world/obj/index.toml
Normal file
4
lib/world/obj/index.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
files = [
|
||||
"0.toml",
|
||||
"1.toml"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue