added notes, improved other features and removed most bugs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"name":"Note","content":"this is the note! gfjh gfdhgj fgfjhghfd iughuifghuifghuifghuifghuifdg"}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "67e29043-9aa8-4dd9-807c-cc7385eb6847",
|
||||
"template_id": "c96f5e87-7517-44cc-a5ab-42ffd537801d",
|
||||
"name": "sword",
|
||||
"fields": {
|
||||
"durability": {
|
||||
"value": "8.6"
|
||||
},
|
||||
"Icon": {
|
||||
"value": "/home/zxq5/Projects/Minecraft/Packs/ZXQ5 projects/ZXQ5 x/ZXQ5 x-512/ZXQ5 x Release/classic.pack.png"
|
||||
},
|
||||
"description": {
|
||||
"value": "idk"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "d1b10e0c-f6b4-4b9d-a96e-cb51213f0243",
|
||||
"template_id": "a24b3ab7-2572-4af4-8457-df26937fd773",
|
||||
"name": "zxq5",
|
||||
"fields": {
|
||||
"Appearance": {
|
||||
"value": "taller than panic"
|
||||
},
|
||||
"Date of Birth": {
|
||||
"value": "2025-07-15"
|
||||
},
|
||||
"Portrait / Image": {
|
||||
"value": "/home/zxq5/Pictures/logos and pfps/YT profile picture background.png"
|
||||
},
|
||||
"Age": {
|
||||
"value": "19"
|
||||
},
|
||||
"Personality": {
|
||||
"value": "coder"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"template_name": "Character",
|
||||
"template_path": "templates/character.json",
|
||||
"name": "zxq5",
|
||||
"fields": {
|
||||
"Age": {
|
||||
"value": "19"
|
||||
},
|
||||
"Birth Date": {
|
||||
"value": "2025-07-11"
|
||||
},
|
||||
"Name": {
|
||||
"value": "zxq5"
|
||||
},
|
||||
"Backstory": {
|
||||
"value": "zxq5"
|
||||
},
|
||||
"Profile Picture": {
|
||||
"value": "/home/zxq5/Pictures/logos and pfps/YT profile picture.png"
|
||||
},
|
||||
"Personality": {
|
||||
"value": "zxq5"
|
||||
},
|
||||
"Appearance": {
|
||||
"value": "zxq5"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "Character",
|
||||
"id": "a24b3ab7-2572-4af4-8457-df26937fd773",
|
||||
"description": "character",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Portrait / Image",
|
||||
"field_type": "Image",
|
||||
"required": true,
|
||||
"description": "image of character"
|
||||
},
|
||||
{
|
||||
"name": "Date of Birth",
|
||||
"field_type": "Date",
|
||||
"required": false,
|
||||
"description": "date of birth"
|
||||
},
|
||||
{
|
||||
"name": "Age",
|
||||
"field_type": "Number",
|
||||
"required": false,
|
||||
"description": "age"
|
||||
},
|
||||
{
|
||||
"name": "Appearance",
|
||||
"field_type": "MultiLine",
|
||||
"required": false,
|
||||
"description": "character's appearance"
|
||||
},
|
||||
{
|
||||
"name": "Personality",
|
||||
"field_type": "MultiLine",
|
||||
"required": false,
|
||||
"description": "character's personality"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Item",
|
||||
"id": "c96f5e87-7517-44cc-a5ab-42ffd537801d",
|
||||
"description": "an in-game item",
|
||||
"fields": [
|
||||
{
|
||||
"name": "durability",
|
||||
"field_type": "Number",
|
||||
"required": false,
|
||||
"description": "the item's durability"
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"field_type": "MultiLine",
|
||||
"required": true,
|
||||
"description": "the item's description"
|
||||
},
|
||||
{
|
||||
"name": "Icon",
|
||||
"field_type": "Image",
|
||||
"required": false,
|
||||
"description": "yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
{
|
||||
"name": "Character",
|
||||
"description": "character template!",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Profile Picture",
|
||||
"field_type": "Image",
|
||||
"required": false,
|
||||
"description": "Path to character's profile picture"
|
||||
},
|
||||
{
|
||||
"name": "Name",
|
||||
"field_type": "SingleLine",
|
||||
"required": true,
|
||||
"description": "The full name of the character"
|
||||
},
|
||||
{
|
||||
"name": "Age",
|
||||
"field_type": "Number",
|
||||
"required": false,
|
||||
"description": "Character's age in years"
|
||||
},
|
||||
{
|
||||
"name": "Birth Date",
|
||||
"field_type": "Date",
|
||||
"required": false,
|
||||
"description": "Date of birth (YYYY-MM-DD)"
|
||||
},
|
||||
{
|
||||
"name": "Appearance",
|
||||
"field_type": "MultiLine",
|
||||
"required": false,
|
||||
"description": "Physical description of the character"
|
||||
},
|
||||
{
|
||||
"name": "Personality",
|
||||
"field_type": "MultiLine",
|
||||
"required": false,
|
||||
"description": "Personality traits and behavior"
|
||||
},
|
||||
{
|
||||
"name": "Backstory",
|
||||
"field_type": "MultiLine",
|
||||
"required": false,
|
||||
"description": "Character's history and background"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user