cpularp-manager-api/test/fixtures/items.json

280 lines
5.7 KiB
JSON

{
"$schema": "./schemas/item.schema.json",
"items": [
{
"customizations": [],
"flavor_text": "Bronze currency",
"functions": [],
"id": 1,
"name": "Bronze",
"physrep_requirements": "None",
"rules_description": "Money can be exchanged for goods and services",
"tags": [],
"visibility": []
},
{
"customizations": [
{
"flavor_text": "Skibbidy rizz ohio",
"functions": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
},
{
"id": 2,
"name": "test2",
"tags": [
{
"id": 1,
"name": "test1"
}
],
"requirements": []
},
{
"id": 3,
"name": "test3",
"tags": [],
"requirements": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
}
]
}
],
"id": 2,
"name": "test2",
"physrep_requirements": "Do you lift",
"rules_description": "Ur mom gay",
"tags": [],
"visibility": []
}
],
"flavor_text": "Silver currency",
"functions": [],
"id": 2,
"name": "Silver",
"physrep_requirements": "None",
"rules_description": "Money can be exchanged for goods and services",
"tags": [],
"visibility": []
},
{
"customizations": [],
"flavor_text": "Gold currency",
"functions": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
},
{
"id": 2,
"name": "test2",
"tags": [
{
"id": 1,
"name": "test1"
}
],
"requirements": []
}
],
"id": 3,
"name": "Gold",
"physrep_requirements": "None",
"rules_description": "Money can be exchanged for goods and services",
"tags": [],
"visibility": []
},
{
"customizations": [],
"flavor_text": "Platinum currency",
"functions": [],
"id": 4,
"name": "Platinm",
"physrep_requirements": "None",
"rules_description": "Money can be exchanged for goods and services",
"tags": [],
"visibility": [
{
"id": 3,
"name": "test3"
}
]
}
],
"item_update": {
"customizations": [
{
"flavor_text": "This is some flavor text.",
"functions": [],
"id": 1,
"name": "test1",
"physrep_requirements": "Git gud",
"rules_description": "Judge they're stacking",
"tags": [],
"visibility": []
},
{
"flavor_text": "Skibbidy rizz ohio",
"functions": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
},
{
"id": 2,
"name": "test2",
"tags": [
{
"id": 1,
"name": "test1"
}
],
"requirements": []
},
{
"id": 3,
"name": "test3",
"tags": [],
"requirements": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
}
]
}
],
"id": 2,
"name": "test2",
"physrep_requirements": "Do you lift",
"rules_description": "Ur mom gay",
"tags": [],
"visibility": []
},
{
"flavor_text": "Something else",
"functions": [],
"id": 3,
"name": "test3",
"physrep_requirements": "Out of dumb jokes",
"rules_description": "Sorry",
"tags": [
{
"id": 1,
"name": "test1"
},
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
],
"visibility": []
},
{
"flavor_text": "This is some flavor text.",
"functions": [],
"id": 3,
"name": "test3",
"physrep_requirements": "Git gud",
"rules_description": "Judge they're stacking",
"tags": [],
"visibility": [
{
"id": 1,
"name": "test1"
},
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
]
}
],
"flavor_text": "Free Luigi",
"functions": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
},
{
"id": 2,
"name": "test2",
"tags": [
{
"id": 1,
"name": "test1"
}
],
"requirements": []
},
{
"id": 3,
"name": "test3",
"tags": [],
"requirements": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
}
]
}
],
"id": 1,
"name": "UBI",
"physrep_requirements": "Socialism",
"rules_description": "There is no ethical consumption under captialism",
"tags": [
{
"id": 1,
"name": "test1"
},
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
],
"visibility": [
{
"id": 1,
"name": "test1"
},
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
]
}
}