動作: 物品

Action: Item


物品相關的操作.

Item-related operations.

屬性Attributes


Untitled

範例Examples


給予指定玩家兩個指定物品。

Give the designated player two designated items.

Item1:
  Action:
  - Item[ItemID=SkillEffect.Arrow1;a=2]

移除指定玩家身上的指定兩個物品。

Remove the specified two items from the specified player.

Item2:
  Action:
  - Item[ItemID=SkillEffect.Arrow1;a=2;remove=true]