ShiftOS_TheReturn/ShiftOS.Frontend/Resources/LootInfo.txt

40 lines
771 B
Text
Raw Normal View History

2017-07-28 21:26:14 +00:00
/* ShiftOS Loot data file
*
* This file contains information about all loot in the game's campaign.
*
*/
2017-07-28 21:26:14 +00:00
[
{
FriendlyName: "Force Heartbeat",
2017-08-02 14:23:13 +00:00
LootName: "sploitset_keepalive.stp",
2017-07-28 21:26:14 +00:00
Rarity: 1,
PointTo: "sploitset_keepalive",
2017-08-02 14:23:13 +00:00
ID: "sploitset_keepalive"
2017-07-28 21:26:14 +00:00
},
2017-08-03 12:49:07 +00:00
{
FriendlyName: "Banana Cow",
LootName: "banana.cow.stp",
Rarity: 1,
PointTo: "banana_cow_stp",
},
{
FriendlyName: "Fire Hydrant Cow",
LootName: "fire hydrant.cow.stp",
Rarity: 1,
PointTo: "fire_hydrant_cow_stp",
},
2017-07-28 21:26:14 +00:00
{
FriendlyName: "SSHardline",
2017-08-02 14:23:13 +00:00
LootName: "sploitset_sshardline.stp",
2017-07-28 21:26:14 +00:00
Rarity: 1,
PointTo: "sploitset_sshardline",
2017-08-02 14:23:13 +00:00
ID: "sploitset_keepalive"
2017-08-02 14:45:19 +00:00
},
{
FriendlyName: "Pong",
LootName: "pong.stp",
Rarity: 10, //Easter egg.
PointTo: "pong",
ID: "pong"
}]