discord-bot-game/Bot/Items.json
2022-02-27 15:12:30 +07:00

78 lines
965 B
JSON

[
{
"Id": 0,
"Name": "Virus",
"Price": 0,
"Type": {
"Case": "Hack",
"Fields": [
25,
0,
1
]
}
},
{
"Id": 1,
"Name": "RemoteAccess",
"Price": 500,
"Type": {
"Case": "Hack",
"Fields": [
75,
1,
3
]
}
},
{
"Id": 2,
"Name": "Worm",
"Price": 5000,
"Type": {
"Case": "Hack",
"Fields": [
150,
2,
5
]
}
},
{
"Id": 6,
"Name": "Firewall",
"Price": 0,
"Type": {
"Case": "Shield",
"Fields": [
0,
120
]
}
},
{
"Id": 7,
"Name": "Encryption",
"Price": 500,
"Type": {
"Case": "Shield",
"Fields": [
1,
240
]
}
},
{
"Id": 8,
"Name": "Cypher",
"Price": 5000,
"Type": {
"Case": "Shield",
"Fields": [
2,
380
]
}
}
]