Jump to content

Boolean IsSkillValue(Guid, Guid, Operator, Int32, Boolean, Boolean)


Recommended Posts

I'm datamining skill checks and might end up cataloguing them. This seems to be the pertinent info:

"FullName": "Boolean IsSkillValue(Guid, Guid, Operator, Int32, Boolean, Boolean)",
"Parameters": [
  "b1a8e901-0000-0000-0000-000000000000",
  "6fa62ec8-6695-4a1d-8553-7486b0ac20c4",
  "GreaterThanOrEqualTo",
  "13",
  "False",
  "False"
],

Now, I am not sure what all the parameters represent.

First: ?
Second: Probably the skill. Two different checks (for different skills) on the same object had the same parameter on the first one but different here.
Third: Got it 😛
Fourth: The difficulty
Fifth: Seems to be whether Party Assist is allowed. The example is from a private talk with Wael, where I was unable to pass a skill check I would have beaten with PA, but able to beat two others that I could handle alone. Conversely, in a case where this was True, I had mixed success depending on the chance of the character I chose for it. The skill check was too high for anyone to beat alone, but also too high for some to beat even with PA, so it worked for a few characters.
Sixth: ?

Edited by omgFIREBALLS

My Deadfire mods
Out With The Good: The mod for tidying up your Deadfire combat tooltip.
Waukeen's Berth: Make all your basic purchases at Queen's Berth.
Carrying Voice: Wider chanter invocations.
Nemnok's Congregation: Lets all priests express their true faith.

Deadfire skill check catalogue right here!

Link to comment
Share on other sites

You are correct about those parameters. More information can be found in Obsidian's modding documentation: https://eternity.obsidian.net/game-data-formats/conditionals#IsSkillValue

The first parameter is the GUID of the character whose the skill is checked ( "b1a8e901-0000-0000-0000-000000000000" is the player character). The sixth parameter pertains to scripted interactions and whether or not to show the "Skill Check Failed" message. (Doesn't do anything in other conversation types).

Edited by Kvellen
  • Like 1
Link to comment
Share on other sites

Thanks a lot! Would then "005e9000-0000-0000-0000-000000000000" for parameter 1 mean "whoever initiates the interaction"? Because that is what it's set to for an interaction where I had different success depending on who did it (not a scripted one).

Never mind, that's in the docs too ^^

Edited by omgFIREBALLS

My Deadfire mods
Out With The Good: The mod for tidying up your Deadfire combat tooltip.
Waukeen's Berth: Make all your basic purchases at Queen's Berth.
Carrying Voice: Wider chanter invocations.
Nemnok's Congregation: Lets all priests express their true faith.

Deadfire skill check catalogue right here!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...