Jump to content

Help with logic operators in conditions


tomtheclone

Recommended Posts

First off, I've read https://www.creationkit.com/index.php?title=Category:Conditions and am still unsure.

 

I'm trying to make a patch for "Weapons and Armor Fix Redone" and "Bound Armory Extravaganza".

 

My issue is with Hack & Slash and Limb Splitter.

 

For convience sake, I'll abreviate the conditions as followed.

 

A = Weapon Type: Ax

B = Material is Daedric

C = Treat as Daedric

D = Not Ingore Vanilla Keyword Perk

E = Bound 1H weapon

 

With W&A Fix the logic is: "A and B or C and D or C" which I take to mean "A and (B or C) and (D or C)" which is the same as "(A and C) or (A and B and D)".

 

I want "(A and C) or (A and B and D) or (A and D and E)" which would be "A and (B or C or E) and (D or C)". So the set up below is okay?

 

Okay. I can't figure out how to upload an image. I choose a 40kb jpeg and clicked "attach this file", but that did nothing. I tried both basic and advanced uploaders.

 

Okay, there we go. It let me upload a png file (go figure).

Edited by tomtheclone
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...