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-02 10:45:19 -04:00

28 lines
No EOL
535 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: "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"
}]