discord-bot-game/Bot/Items.json

93 lines
1.4 KiB
JSON

[
{
"Id": 0,
"Name": "Virus",
"Type": 0,
"Price": 0,
"Power": 25,
"Cooldown": 1,
"Class": 0,
"Attributes": {
"Sell": false,
"Buy": false,
"Consume": false,
"Drop": false
}
},
{
"Id": 1,
"Name": "RemoteAccess",
"Type": 0,
"Price": 500,
"Power": 75,
"Cooldown": 3,
"Class": 1,
"Attributes": {
"Sell": true,
"Buy": true,
"Consume": false,
"Drop": true
}
},
{
"Id": 2,
"Name": "Worm",
"Type": 0,
"Price": 5000,
"Power": 150,
"Cooldown": 5,
"Class": 2,
"Attributes": {
"Sell": true,
"Buy": true,
"Consume": false,
"Drop": true
}
},
{
"Id": 6,
"Name": "Firewall",
"Type": 1,
"Price": 0,
"Power": 10,
"Class": 0,
"Cooldown": 120,
"Attributes": {
"Sell": false,
"Buy": false,
"Consume": false,
"Drop": false
}
},
{
"Id": 7,
"Name": "Encryption",
"Type": 1,
"Price": 500,
"Power": 50,
"Class": 1,
"Cooldown": 240,
"Attributes": {
"Sell": true,
"Buy": true,
"Consume": false,
"Drop": true
}
},
{
"Id": 8,
"Name": "Cypher",
"Type": 1,
"Price": 5000,
"Power": 80,
"Class": 2,
"Cooldown": 380,
"Attributes": {
"Sell": true,
"Buy": true,
"Consume": false,
"Drop": true
}
}
]