Jump to content
  • 0

About Extra effects.


Eridonis

Question

1 answer to this question

Recommended Posts

  • 2
3 hours ago, Eridonis said:

Is there a way to edit the names and the colors on these? Example Dash is blue colored.

 

Yes there is. If you go into your server folder and open up colors.json you will find everything there. What you're looking for is in this block:

 

  "Combat": {
    "AddMana": "255,0,0,255",
    "Blocked": "255,0,0,255",
    "Cleanse": "0,255,0,0",
    "Critical": "255,255,255,0",
    "Dash": "255,0,0,255",
    "Heal": "255,0,255,0",
    "Invulnerable": "255,255,0,0",
    "LevelUp": "255,0,255,255",
    "MagicDamage": "255,255,0,255",
    "Missed": "255,255,255,255",
    "NoAmmo": "255,255,0,0",
    "NoTarget": "255,255,0,0",
    "PhysicalDamage": "255,255,0,0",
    "RemoveMana": "255,255,127,80",
    "StatPoints": "255,0,255,255",
    "Status": "255,255,255,0",
    "TrueDamage": "255,255,255,255"
  },

Link to comment
Share on other sites

×
×
  • Create New...