Desert Rage License
! Limits
  • Only 43 skills.
  • You must publish under our license.
File location
  • Go to game folder.
  • Go to "Resources/Media/Data/Items/Skills.json".
+ Commands

What should skill do?

Command Meaning To be specified
Dependent.FightCommand Fight selected foe "Dependency", "Power", "Value"
Dependent.FightAllCommand Fight all foes "Dependency", "Power", "Value"
Dependent.CureCommand + hero HP "Dependency", "Power", "Value"
Dependent.RestCommand + hero AP "Dependency", "Power", "Value"
Dependent.RecoverCommand + hero HP-AP "Dependency", "Power", "Value"
Independent.CureMaxCommand 100% hero HP "Value"
Independent.RestMaxCommand 100% hero AP "Value"
Independent.RecoverMaxCommand 100% hero HP-AP "Value"
Independent.Status.ApplyStatus + hero status "Status", "Value"
Independent.Status.RemoveStatus - hero status "Status", "Value"

"Command": "Dependent.CureCommand"

Name

Recommendations

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

"Name": "Pray"

Description

Recommendations

Great description should be short and reliable.

"Description": "+ HP"

Icon
  • SVG format
  • 60 x 60
  • Semitransparent background
  • Clear borders of the drawing

Attachment

  1. Go to game folder
  2. Go to "Resources/Media/Images/Menu/Skills".
    If there is no folder, create one
  3. Place your file here

Specify path from game folder to your file, like so.

"Icon": "Resources/Media/Images/Menu/Skills/Pray.svg"

Noise
  • MP3 format
  • Duration ≤ 2 seconds

Attachment

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

Specify path from game folder to your file, like so.

"Noise": "Resources/Media/OST/Noises/Actions/Pray.mp3"

I=I=I Dependencies

How to determine skill power?

  • 0 - const value
  • 3 - SC * Hero SPL
  • 4 - SC * Hero (ATK + SPL)
=50= Attributes

How item should behave?

Meanings

Value - required skill cost.

Cure example

"Attributes": { "Dependency": 0, "Power": 85, "Value": 0 }

  • Dependency = const value

  • Power = const value = 85

Alternate example

"Attributes": { "Dependency": 3, "Power": 3.5, "Value": 0 }

  • Dependency = SC * Hero SPL

  • Power = SC = 85

Result

"Command": "Dependent.CureCommand",
"Name": "Pray",
"Description": "+ HP",
"Icon": "Resources/Media/Images/Menu/Skills/Pray.svg",
"Noise": "Actions/Pray.mp3",
"Attributes": {

	"Dependency": 0,
"Power": 2.0,
"Value": 0
}

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": "+ ОЗ",