forked from SoDOff-Project/sodoff

* add support for old missions API (aka "steps missions") * config option to disable loading non SoD Data (used only for missions and achievements for now) * make AuthenticateUser endpoint compatible with games that use e-mail as login * add api keys for lands * add GetGameCurrency endpoint * allow create empty stores and add store "8" (empty) --------- Co-authored-by: Robert Paciorek <robert@opcode.eu.org>
24 lines
842 B
XML
24 lines
842 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<BadgeData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Badge>
|
|
<BadgeId>1</BadgeId>
|
|
<Name>Explorer Badge</Name>
|
|
<Description>Adventure Land Badge 01</Description>
|
|
<Experience>1</Experience>
|
|
<Pieces>10</Pieces>
|
|
<Mask>Badges01.unity3d/MskBadge10</Mask>
|
|
<Color>Badges01.unity3d/BadgeK07Color</Color>
|
|
<Grey>Badges01.unity3d/BadgeK07Grey</Grey>
|
|
<PieceDialog>
|
|
<FileName>DlgFrankieB1Piece</FileName>
|
|
<NPC>NPCs.unity3d/PfFrankie</NPC>
|
|
<Bundle>RS_DATA/Badges01.unity3d</Bundle>
|
|
</PieceDialog>
|
|
<CompleteDialog>
|
|
<FileName>DlgFrankieB1Complete</FileName>
|
|
<NPC>NPCs.unity3d/PfFrankie</NPC>
|
|
<Bundle>RS_DATA/Badges01.unity3d</Bundle>
|
|
</CompleteDialog>
|
|
</Badge>
|
|
</BadgeData>
|