discord-bot-game/Bot/Items.json
2022-03-09 00:23:00 +07:00

206 lines
3.2 KiB
JSON

[
{
"Case": "Hack",
"Fields": [
{
"Power": 20,
"Class": 0,
"Cooldown": 1,
"Item": {
"Id": 0,
"Name": "Virus",
"Price": 0
}
}
]
},
{
"Case": "Hack",
"Fields": [
{
"Power": 50,
"Class": 1,
"Cooldown": 3,
"Item": {
"Id": 1,
"Name": "Remote Access",
"Price": 500
}
}
]
},
{
"Case": "Hack",
"Fields": [
{
"Power": 100,
"Class": 2,
"Cooldown": 5,
"Item": {
"Id": 2,
"Name": "Worm",
"Price": 5000
}
}
]
},
{
"Case": "Shield",
"Fields": [
{
"Class": 0,
"Cooldown": 120,
"Item": {
"Id": 6,
"Name": "Firewall",
"Price": 0
}
}
]
},
{
"Case": "Shield",
"Fields": [
{
"Class": 1,
"Cooldown": 240,
"Item": {
"Id": 7,
"Name": "Encryption",
"Price": 500
}
}
]
},
{
"Case": "Shield",
"Fields": [
{
"Class": 2,
"Cooldown": 360,
"Item": {
"Id": 8,
"Name": "Cypher",
"Price": 5000
}
}
]
},
{
"Case": "Food",
"Fields": [
{
"TargetStat" : 0,
"BoostAmount" : 30,
"Item": {
"Id": 12,
"Name": "Protein Powder",
"Price": 50
}
}
]
},
{
"Case": "Food",
"Fields": [
{
"TargetStat" : 1,
"BoostAmount" : 30,
"Item": {
"Id": 13,
"Name": "Toro Loco",
"Price": 50
}
}
]
},
{
"Case": "Food",
"Fields": [
{
"TargetStat" : 2,
"BoostAmount" : 30,
"Item": {
"Id": 14,
"Name": "Oldports Cigs",
"Price": 50
}
}
]
},
{
"Case": "Food",
"Fields": [
{
"TargetStat" : 3,
"BoostAmount" : 30,
"Item": {
"Id": 15,
"Name": "Moon Pie",
"Price": 50
}
}
]
},
{
"Case": "Accessory",
"Fields": [
{
"TargetStat" : 0,
"FloorBoost" : 25,
"CeilBoost" : 0,
"Item": {
"Id": 20,
"Name": "Kettlebell",
"Price": 250
}
}
]
},
{
"Case": "Accessory",
"Fields": [
{
"TargetStat" : 1,
"FloorBoost" : 25,
"CeilBoost" : 0,
"Item": {
"Id": 21,
"Name": "Headphones",
"Price": 250
}
}
]
},
{
"Case": "Accessory",
"Fields": [
{
"TargetStat" : 2,
"FloorBoost" : 0,
"CeilBoost" : 25,
"Item": {
"Id": 22,
"Name": "Rolox Watch",
"Price": 250
}
}
]
},
{
"Case": "Accessory",
"Fields": [
{
"TargetStat" : 3,
"FloorBoost" : 0,
"CeilBoost" : 25,
"Item": {
"Id": 23,
"Name": "Buddha Keychain",
"Price": 250
}
}
]
}
]