RunicBladeLongerDuration
Extends Runic Blade and Great Runic Blade summon duration, with optional configurable Lexicon behavior for Runic Blade and support for Outward Config Manager.
By MEROFOS
| Last updated | a day ago |
| Total downloads | 31 |
| Total rating | 0 |
| Categories | Mechanics Skills |
| Dependency string | MEROFOS-RunicBladeLongerDuration-1.3.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
Runic Blade Longer Duration
Small BepInEx + SideLoader mod for Outward Definitive Edition.
What It Does
It changes the summon duration used by RunicBlade from the vanilla 180 seconds to 604800 seconds by default, which is 7 days of unpaused play time.
It can also let the one-handed Runic Blade count as a Lexicon for rune casting. By default this is enabled, but it can be fully disabled or configured to require the Arcane Syntax skill.
For easier in-game configuration, install Outward Config Manager and open its menu with F5. This is optional; the mod works without it.
Affected items:
- Runic Blade, Object ID
2000100 - Great Runic Blade, Object ID
2100999
Install
Mod Manager
Install with r2modman or Thunderstore Mod Manager. Dependencies should be installed automatically.
Manual
- Install BepInEx and SideLoader for Outward Definitive Edition.
- Copy
RunicBladeLongerDuration.dllinto:Outward\Outward_Defed\BepInEx\plugins\RunicBladeLongerDuration\ - Start the game once.
The mod creates com.codex.outward.runicbladelongerduration.cfg in BepInEx\config.
Config
Default config:
[General]
DurationSeconds = 604800
[Runic Blade Lexicon]
RunicBladeCountsAsLexicon = true
RequireArcaneSyntaxForRunicBladeLexicon = false
Useful values:
3600= 1 hour86400= 1 day604800= 7 days
The mod clamps DurationSeconds to at least the vanilla 180 seconds.
RunicBladeCountsAsLexicon controls whether the one-handed Runic Blade receives lexicon behavior at all:
truekeeps the default mod behavior: Runic Blade can count as aLexicon.falsedisables the lexicon feature entirely, leaving only the longer summon duration.
RequireArcaneSyntaxForRunicBladeLexicon controls the balance restriction when RunicBladeCountsAsLexicon is enabled:
falsekeeps the default mod behavior: Runic Blade always counts as aLexicon.truemakes Runic Blade count as aLexicononly when the character holding it knowsArcane Syntax.
When RunicBladeCountsAsLexicon is false, the Arcane Syntax setting is ignored and reset to false.
Compatibility
This mod edits runtime behavior only. It does not include or redistribute game files.
Credits
Created with assistance from OpenAI Codex.
Thanks to craigerade's StavesAreLexicons for confirming that the Lexicon tag is the correct mechanism for lexicon-like weapons in Outward.