Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
To explain; first it defines a result called “roll” as 6d10, this result can be referred to by name in subsequent parts of the expression (separated by a comma).
We then use the check function to compare two numbers, the function will say “pass” if the first number is >= the second number. So the first number we pass is the successes (counting dice in “roll” >6, subtracting the 1s), and the second number is just the count of 1s in “roll”.
The relevant parts of the dice notation documentation are “Count[sophiehoulden.com]”, “Multiple Results[sophiehoulden.com]”, and “Check/Compare Functions[sophiehoulden.com]”.
Also worth noting is that for now, the count (#) condition doesn’t have a “greater-than-or-equal-to” comparison yet, so you will need to specify a number one less than your dc, which is why it is >6 and not >=7 in my example. (I am hoping to fix this in a future update!)
I understand this is perhaps a bit overwhelming but it’s as simple as I think it can be for now. I’m unlikely to make a roll condition for this particular logic in any future update, but a more VtM-friendly function than “check” is definitely something I’ll look into!
Thanks for the feedback, and I hope my example is useful to you :)
Edit: oh and please tell me if I’m misunderstanding the roll logic you want! I haven’t yet read/played any version of VtM other than… bloodlines :p
I would like to see the ability to port user defined variables into functions in the same expression... i.e.
pool=6, dc=7, roll='pool'd10, check(roll#{>'dc'-1}-roll#{1}, roll#{1})
Or something like that. Another neat feature request...
Make changing dice face values on the fly via expressions, target dc being the modifier, with successes changed to a symbol or phrase, and failures to another, or meets yet another.
Thank you for all your hard work, this is an amazing program. :)
So I BELIEVE in Sophie's example, it would look like...
You can change that to 9 or 8 when 9-again or 8-again rules are in effect.