Skip to content

Update integrated stamina from original #13

Update integrated stamina from original

Update integrated stamina from original #13

GitHub Actions / Patch Validator succeeded Jun 13, 2024 in 5s

No violations

Result 🔬Source 📝Violations 🛑Symbols / Files 📇Duration ⏰
Naming 🚫Reference ❌Overwrite ⛔
🟢 PassContent_G1.src00063143 seconds, 498 milliseconds
🟢 PassContent_G112.src00063362 seconds, 979 milliseconds
🟢 PassContent_G130.src00062174 seconds, 19 milliseconds
🟢 PassContent_G2.src00062842 seconds, 428 milliseconds
🟢 PassMenu_G1.src000294107 milliseconds
🟢 PassMenu_G112.src00029433 milliseconds
🟢 PassMenu_G130.src00032419 milliseconds
🟢 PassMenu_G2.src0003249 milliseconds
🟢 PassAnims0--1111 milliseconds
Violations: 0/26398. Duration: 5 seconds, 72 milliseconds.

See the check run for details.

Types of violations

  • Naming violations occur when global Daedalus symbols are declared (or resource files are named) without a patch-specific prefix in their name (e.g. Patch_Name_*, see below). This is important to ensure cross-mod compatibility.
  • Reference violations occur when Daedalus symbols are referenced that may not exist (i.e. "Unknown Identifier"). A patch cannot presuppose common symbols.
  • Overwrite violations occur when Daedalus symbols are declared that are not allowed to be overwritten. This is important to ensure proper function across mods.
Naming violations can be corrected by prefixing the names of all global symbols (i.e. symbols declared outside of functions, classes, instances, and prototypes) and the names of resource files (i.e. files under "_work/Data/") with one of the following prefixes (add more in the configuration).
  • PATCH_BREATH_
  • PATCH_STAMINA_
  • BREATH_
  • STAMINA_

Details

The patch validator checked 26387 script symbols and 11 resource files.

For more details, see Ninja documentation.