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