mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 14:59:29 -04:00
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:
parent
11b8f6d3d0
commit
1cf1fed357
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue