discord-bot-game/Bot/Items.json

93 lines
1.4 KiB
JSON

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