mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
20 lines
No EOL
357 B
Text
20 lines
No EOL
357 B
Text
/* ShiftOS Loot data file
|
|
*
|
|
* This file contains information about all loot in the game's campaign.
|
|
*
|
|
*/
|
|
|
|
[
|
|
{
|
|
FriendlyName: "Force Heartbeat",
|
|
LootName: "sploitset_keepalive",
|
|
Rarity: 1,
|
|
PointTo: "sploitset_keepalive",
|
|
},
|
|
{
|
|
FriendlyName: "SSHardline",
|
|
LootName: "sploitset_sshardline",
|
|
Rarity: 1,
|
|
PointTo: "sploitset_sshardline",
|
|
}
|
|
] |