40 lines
No EOL
771 B
Text
40 lines
No EOL
771 B
Text
/* ShiftOS Loot data file
|
|
*
|
|
* This file contains information about all loot in the game's campaign.
|
|
*
|
|
*/
|
|
|
|
[
|
|
{
|
|
FriendlyName: "Force Heartbeat",
|
|
LootName: "sploitset_keepalive.stp",
|
|
Rarity: 1,
|
|
PointTo: "sploitset_keepalive",
|
|
ID: "sploitset_keepalive"
|
|
},
|
|
{
|
|
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",
|
|
},
|
|
{
|
|
FriendlyName: "SSHardline",
|
|
LootName: "sploitset_sshardline.stp",
|
|
Rarity: 1,
|
|
PointTo: "sploitset_sshardline",
|
|
ID: "sploitset_keepalive"
|
|
},
|
|
{
|
|
FriendlyName: "Pong",
|
|
LootName: "pong.stp",
|
|
Rarity: 10, //Easter egg.
|
|
PointTo: "pong",
|
|
ID: "pong"
|
|
}] |