This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ShiftOS.Frontend/Resources/LootInfo.txt
2017-08-03 08:49:07 -04:00

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"
}]