added copy and delete to object and templates

This commit is contained in:
2025-07-15 14:56:28 +01:00
parent 76ec44d4e6
commit 1117ce9f13
6 changed files with 92 additions and 37 deletions
@@ -1,13 +0,0 @@
{
"id": "1da3111e-717a-4452-8209-98c5443fc31a",
"template_id": "c96f5e87-7517-44cc-a5ab-42ffd537801d",
"name": "sword",
"fields": {
"description": {
"value": "idk, it probably looks cool"
},
"durability": {
"value": "13.1"
}
}
}
@@ -3,20 +3,20 @@
"template_id": "a24b3ab7-2572-4af4-8457-df26937fd773",
"name": "zxq5",
"fields": {
"Appearance": {
"value": "taller than panic"
},
"Date of Birth": {
"value": "2025-07-15"
"Personality": {
"value": "coder"
},
"Portrait / Image": {
"value": "/home/zxq5/Pictures/logos and pfps/YT profile picture background.png"
"value": "/home/fantasypvp/Pictures/logos and pfps/YT profile picture background.png"
},
"Appearance": {
"value": "taller than panic"
},
"Age": {
"value": "19"
},
"Personality": {
"value": "coder"
"Date of Birth": {
"value": "2025-07-15"
}
}
}
@@ -0,0 +1,13 @@
{
"name": "Location",
"id": "b5745688-3c1c-40de-bc3a-2a3e354dd19d",
"description": "a place",
"fields": [
{
"name": "description",
"field_type": "MultiLine",
"required": true,
"description": "what is it like?"
}
]
}