Library Token/ja: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<div style="color:gray">Introduced in MapTool version b46, the Library Token is a special token type that acts as a library of properties and trusted macros that may be accessed and called by other macros. </div> | <div style="color:gray">Introduced in MapTool version b46, the Library Token is a special token type that acts as a library of properties and trusted macros that may be accessed and called by other macros. </div> | ||
MapToolバージョンb46で導入された、ライブラリートークンはプロパティと他のマクロにアクセスし実行可能な承認マクロを収蔵する特殊なトークン種別である。 | |||
== | ==ライブラリートークンの命名== | ||
<div style="color:gray">All library tokens must have a name in the format "Lib:''name''", to indicate that they are to serve as a Library Token and not a "normal" token. Example library token names might be:</div> | <div style="color:gray">All library tokens must have a name in the format "Lib:''name''", to indicate that they are to serve as a Library Token and not a "normal" token. Example library token names might be:</div> | ||
ライブラリートークンの名前は必ず「Lib:''名前''」の書式であり、このトークンがライブラリートークンであり通常のトークンではないことを示している。ライブラリートークン名の例は次の通り: | |||
*Lib:test | *Lib:test | ||
Line 14: | Line 14: | ||
*Lib:gamemaster | *Lib:gamemaster | ||
== | ==ライブラリートークンを作成する== | ||
<div style="color:gray">To create a Library Token, do the following:</div> | <div style="color:gray">To create a Library Token, do the following:</div> | ||
ライブラリートークンを作成するには、次の手順になる: | |||
<div style="color:gray"> | <div style="color:gray"> | ||
Line 24: | Line 24: | ||
# Rename it with a name in the format '''Lib''':''name'' (''e.g.'', '''Lib:DnD''', '''Lib:GameRules''', etc.). | # Rename it with a name in the format '''Lib''':''name'' (''e.g.'', '''Lib:DnD''', '''Lib:GameRules''', etc.). | ||
# Right click on the token and make sure that '''Visible to Players''' is checked. | # Right click on the token and make sure that '''Visible to Players''' is checked. | ||
# Set the token type to NPC (upper right corner of the Token Configuration dialog). | # Set the token type to NPC (upper right corner of the Token Configuration dialog). | ||
</div> | </div> | ||
# | # キャンペーンのマップ上にトークンを配置する。この地図がプレイヤーに表示されている必要はない。 | ||
# 名前を'''Lib''':''name''の書式に変更する(例:'''Lib:DnD'''、'''Lib:GameRules'''など)。 | # 名前を'''Lib''':''name''の書式に変更する(例:'''Lib:DnD'''、'''Lib:GameRules'''など)。 | ||
# トークン上で右クリックし、'''プレイヤーに表示'''が有効になっていることを確認する。 | # トークン上で右クリックし、'''プレイヤーに表示'''が有効になっていることを確認する。 | ||
# | # トークン種別をNPCに設定する。(トークン設定ダイアログの右上) | ||
<div style="color:gray">After that, you have a Library Token. Note that you cannot have two library tokens with the same name in the same campaign (even if they're on different maps!). </div> | <div style="color:gray">After that, you have a Library Token. Note that you cannot have two library tokens with the same name in the same campaign (even if they're on different maps!). </div> | ||
以上でライブラリートークンの完成だ。同一キャンペーン内で、同じ名前持つライブラリートークンを複数持つことができないことを覚えておくように(それぞれが違うマップにあっても、だ!)。 | |||
<div style="color:gray">Once again, the requirements are:</div> | <div style="color:gray">Once again, the requirements are:</div> | ||
繰り返しになるが、必要条件を挙げておく: | |||
<div style="color:gray"> | <div style="color:gray"> | ||
* The library token must be visible to players (make sure Visible to Players is set in the right-click context menu). | * The library token must be visible to players (make sure Visible to Players is set in the right-click context menu). | ||
* The library token need not be on the "Token" layer (you can keep it on the "Hidden" layer to hide it from players, although "Visible to Players" must still be set to true). | |||
* The library token must have a name in the format "Lib:''name''" | * The library token must have a name in the format "Lib:''name''" | ||
* The library token must be present on ''only one'' map in the campaign file. | * The library token must be present on ''only one'' map in the campaign file. | ||
</div> | </div> | ||
* | * ライブラリートークンはプレイヤーに表示していなければならない(右クリックメニューの「プレイヤーに表示(Visible to Players)が有効になっていることを確認)。 | ||
* | * ライブラリートークンは「トークン・レイヤー」にある必要はない(『秘匿』レイヤーに置くことでプレイヤーから隠すことは可能だが、その場合でも『プレイヤーに表示』は有効にしておかなければならない)。 | ||
* | * ライブラリートークンは「Lib:''名前''」の書式でなければならない。 | ||
* ライブラリートークンはキャンペーン・ファイルに''ひとつだけ''存在することができる。 | |||
== | ==ライブラリートークンと承認マクロ== | ||
ライブラリートークンは下記の条件を満たすことで[[Trusted Macro|承認マクロ]]の実行、あるいは承認マクロ関数として使用することが出来る: | |||
* ライブラリートークンが'''いずれのプレイヤーにも所有権がない'''、もしくは | |||
* ライブラリートークン上のマクロが、'''プレイヤーが編集できない'''場合。 | |||
ライブラリートークンがこれらの条件を1つでも満たさないのであれば、''承認マクロを実行することはできない''。これによりプレイヤーが望む''承認されない''マクロのための個人的なライブラリトークンをプレイヤーが作ることが出来るようになり、その一方で、プレイヤーに権限が与えられていないトークンやキャンペーン要素を変更したり操作したりすることを防ぐことにもなる。 | |||
== | ==ライブラリートークンマクロ== | ||
<div style="color:gray">Library token macros are created and edited like macros on any token. Macros on a library token may be called using the [[Macros:Branching_and_Looping#MACRO_Option| [MACRO(): ]]] roll option. Since Library token macros are trusted, they may perform operations not available to regular tokens. | <div style="color:gray">Library token macros are created and edited like macros on any token. Macros on a library token may be called using the [[Macros:Branching_and_Looping#MACRO_Option| [MACRO(): ]]] roll option. Since Library token macros are trusted, they may perform operations not available to regular tokens. | ||
</div> | </div> | ||
ライブラリートークン・マクロはトークンのマクロと同じように記述する。ライブラリートークンのマクロはロール・オプション:[[Macros:Branching_and_Looping/ja#MACRO_Option| [MACRO(): ]]]を使用することが多い。ライブラリートークンマクロは承認されるので、通常のトークンがなしえない操作を行うことができる。 | |||
== | ==ライブラリートークンプロパティー== | ||
<div style="color:gray">Library token properties can be accessed by using the {{func|getLibProperty}} function. Note that default property values do '''NOT''' work using that function.</div> | <div style="color:gray">Library token properties can be accessed by using the {{func|getLibProperty}} function. Note that default property values do '''NOT''' work using that function.</div> | ||
ライブラリートークンのプロパティーは関数:{{func|getLibProperty}}を使用してアクセス可能だ。標準のプロパティ値はこの関数を使っても'''機能しない'''ことに注意。 | |||
{{Languages|Library Token}} | {{Languages|Library Token}} | ||
[[Category:Token]] | [[Category:Token]] |
Revision as of 11:22, 20 November 2021
MapToolバージョンb46で導入された、ライブラリートークンはプロパティと他のマクロにアクセスし実行可能な承認マクロを収蔵する特殊なトークン種別である。
ライブラリートークンの命名
ライブラリートークンの名前は必ず「Lib:名前」の書式であり、このトークンがライブラリートークンであり通常のトークンではないことを示している。ライブラリートークン名の例は次の通り:
- Lib:test
- Lib:combat
- Lib:gamemaster
ライブラリートークンを作成する
ライブラリートークンを作成するには、次の手順になる:
- Drag a new token on to one of the maps in your campaign.
- Rename it with a name in the format Lib:name (e.g., Lib:DnD, Lib:GameRules, etc.).
- Right click on the token and make sure that Visible to Players is checked.
- Set the token type to NPC (upper right corner of the Token Configuration dialog).
- キャンペーンのマップ上にトークンを配置する。この地図がプレイヤーに表示されている必要はない。
- 名前をLib:nameの書式に変更する(例:Lib:DnD、Lib:GameRulesなど)。
- トークン上で右クリックし、プレイヤーに表示が有効になっていることを確認する。
- トークン種別をNPCに設定する。(トークン設定ダイアログの右上)
以上でライブラリートークンの完成だ。同一キャンペーン内で、同じ名前持つライブラリートークンを複数持つことができないことを覚えておくように(それぞれが違うマップにあっても、だ!)。
繰り返しになるが、必要条件を挙げておく:
- The library token must be visible to players (make sure Visible to Players is set in the right-click context menu).
- The library token need not be on the "Token" layer (you can keep it on the "Hidden" layer to hide it from players, although "Visible to Players" must still be set to true).
- The library token must have a name in the format "Lib:name"
- The library token must be present on only one map in the campaign file.
- ライブラリートークンはプレイヤーに表示していなければならない(右クリックメニューの「プレイヤーに表示(Visible to Players)が有効になっていることを確認)。
- ライブラリートークンは「トークン・レイヤー」にある必要はない(『秘匿』レイヤーに置くことでプレイヤーから隠すことは可能だが、その場合でも『プレイヤーに表示』は有効にしておかなければならない)。
- ライブラリートークンは「Lib:名前」の書式でなければならない。
- ライブラリートークンはキャンペーン・ファイルにひとつだけ存在することができる。
ライブラリートークンと承認マクロ
ライブラリートークンは下記の条件を満たすことで承認マクロの実行、あるいは承認マクロ関数として使用することが出来る:
- ライブラリートークンがいずれのプレイヤーにも所有権がない、もしくは
- ライブラリートークン上のマクロが、プレイヤーが編集できない場合。
ライブラリートークンがこれらの条件を1つでも満たさないのであれば、承認マクロを実行することはできない。これによりプレイヤーが望む承認されないマクロのための個人的なライブラリトークンをプレイヤーが作ることが出来るようになり、その一方で、プレイヤーに権限が与えられていないトークンやキャンペーン要素を変更したり操作したりすることを防ぐことにもなる。
ライブラリートークンマクロ
ライブラリートークン・マクロはトークンのマクロと同じように記述する。ライブラリートークンのマクロはロール・オプション: [MACRO(): ]を使用することが多い。ライブラリートークンマクロは承認されるので、通常のトークンがなしえない操作を行うことができる。
ライブラリートークンプロパティー
ライブラリートークンのプロパティーは関数:getLibProperty()を使用してアクセス可能だ。標準のプロパティ値はこの関数を使っても機能しないことに注意。