Desert Rage License
! Limits
  • Only 5 items per equipment type (including bare).
  • You must publish under our license.
File location
  • Go to game folder.
  • Go to "Resources/Media/Data/Items/Equipment.json".
? Type

Available types

  • 0 - Weapon
  • 1 - Armor
  • 2 - Leggings
  • 3 - Boots

"Type": 0

Noise
  • MP3 format
  • Duration ≤ 2 seconds

Attachment

  1. Go to game folder
  2. Go to "Resources/Media/OST/Noises/Weapons".
    If there is no folder, create one
  3. Place your file here

Specify path to your file, like so.

"Noise": "Weapons/Punch.mp3"

Armor doesn't sound

So use special null value.

Power

Weapon

Determines the ATK bonus after equipping.

Armor, Leggings, Boots

Determines the DEF bonus after equipping.

"Power": 50

Icon

Equipment haven't any icon

Icon shows stat which will be increased.

  • For Weapon

    "Icon": "/Resources/Media/Images/Menu/Stats/Attack.svg"

  • For Armor, Leggings, Boots

    "Icon": "/Resources/Media/Images/Menu/Stats/Defence.svg"

Description

Recommendations

Great description should be short and unique.

"Description": "Good morning, sunshine!"

Name

Recommendations

Good name should be short and
contain 1-2 words.

"Name": "K.O. Glove"

Result

"Type": 0,
"Noise": "Weapons/Punch.mp3",
"Power": 50,
"Icon": "Resources/Media/Images/Menu/Stats/Attack.svg",
"Description": "Good morning, sunshine!",
"Name": "K.O. Glove",

EN Localization RU

To made mod work correctly on both
english and russian devices duplicate
the file.

Then change file extension from
.json to .ru-RU.json

Now edit Name and Description to a russian equivalent.

"Name": "Перчатка 'До-свидания!'",
"Description": "Доброе утро, солнышко!",