# 💥 Applying Damage

When a Starlight uses a skill, that skill may inflict damage to a target—typically the active rival Starlight.

🧮 Damage Calculation Steps<br>

1. Determine the color of the damage:\
   &#x20;  \- By default, the damage color matches the color of the skill.  \
   &#x20;  \- If the skill specifies a different damage color, use that instead.
2. Compare the damage color with the target’s resistances and weaknesses:\
   &#x20;  \- For each resistance the target has to that color, reduce the total damage by 1 point.  \
   &#x20;  \- For each weakness the target has to that color, increase the total damage by 1 point.<br>
3. Apply the final damage:  \
   &#x20;  \- After adjustments, subtract the damage from the target’s Shield Points or apply it according to the skill’s effect.

{% hint style="info" %}
Damage caused by a starlight's sequences and/or radiances is the color of that starlight unless the effect says otherwise.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://starlightrules.starfallunion.com/complete-game-rules/applying-damage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
