Update UnlockArts to support the new mod

I forsaw this being useful, so already have the support for the new Equip any weapon mod already baked in.
just need to uncomment some presets and its good,
This commit is contained in:
Intra 2025-03-04 15:01:01 -06:00 committed by GitHub
parent 11b8f6d3d0
commit 1cf1fed357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,24 +207,24 @@ category = "Combine with other mods?"
name = "No"
condition = ($characterID != 1)
#[Preset]
#category = "Combine with other mods?"
#name = "Combine with Force Weapons mod"
#condition = ($characterID != 1)
#$combweapmod = 1
[Preset]
category = "Combine with other mods?"
name = "Combine with Equip Any Weapon Mod"
condition = ($characterID != 1)
$combweapmod = 1
[Preset]
category = "Combine with other mods?"
name = "Combine with Change Class mod"
name = "Combine with Change Class Mod"
condition = ($characterID != 1)
$combclassmod = 1
#[Preset]
#category = "Combine with other mods?"
#name = "Combine with both Change Class and Force Weapons"
#condition = ($characterID != 1)
#$combweapmod = 1
#$combclassmod = 1
[Preset]
category = "Combine with other mods?"
name = "Combine with both Change Class and Equip Any Weapon Mods"
condition = ($characterID != 1)
$combweapmod = 1
$combclassmod = 1