Skip to content

Commit

Permalink
Merge pull request CleverRaven#78242 from Procyonae/ExternalOptionDoc…
Browse files Browse the repository at this point in the history
…umentation

External option documentation
  • Loading branch information
Night-Pryanik authored Dec 1, 2024
2 parents e9c80f8 + 738ffd4 commit 549290b
Show file tree
Hide file tree
Showing 21 changed files with 105 additions and 158 deletions.
12 changes: 6 additions & 6 deletions data/core/damage_indicators.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
{
"type": "EXTERNAL_OPTION",
"name": "DAMAGE_INDICATOR_LEVEL_0",
"info": "Damage indicator string to show for damage level 0",
"//": "Damage indicator string to show for damage level 0",
"stype": "string_input",
"value": "<color_c_green>++</color>"
},
{
"type": "EXTERNAL_OPTION",
"name": "DAMAGE_INDICATOR_LEVEL_1",
"info": "Damage indicator string to show for damage level 1",
"//": "Damage indicator string to show for damage level 1",
"stype": "string_input",
"value": "<color_c_light_green>||</color>"
},
{
"type": "EXTERNAL_OPTION",
"name": "DAMAGE_INDICATOR_LEVEL_2",
"info": "Damage indicator string to show for damage level 2",
"//": "Damage indicator string to show for damage level 2",
"stype": "string_input",
"value": "<color_c_yellow>|\\</color>"
},
{
"type": "EXTERNAL_OPTION",
"name": "DAMAGE_INDICATOR_LEVEL_3",
"info": "Damage indicator string to show for damage level 3",
"//": "Damage indicator string to show for damage level 3",
"stype": "string_input",
"value": "<color_c_light_red>|.</color>"
},
{
"type": "EXTERNAL_OPTION",
"name": "DAMAGE_INDICATOR_LEVEL_4",
"info": "Damage indicator string to show for damage level 4",
"//": "Damage indicator string to show for damage level 4",
"stype": "string_input",
"value": "<color_c_red>\\.</color>"
},
{
"type": "EXTERNAL_OPTION",
"name": "DAMAGE_INDICATOR_LEVEL_5",
"info": "Damage indicator string to show for damage level 5",
"//": "Damage indicator string to show for damage level 5",
"stype": "string_input",
"value": "<color_c_dark_gray>XX</color>"
}
Expand Down
Loading

0 comments on commit 549290b

Please sign in to comment.