Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created August 19, 2021 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triacontane/27f89005a26d854cfb80c1c4fcb90d48 to your computer and use it in GitHub Desktop.
Save triacontane/27f89005a26d854cfb80c1c4fcb90d48 to your computer and use it in GitHub Desktop.
ステート自動付与:特定の防具を3種類装備していること
<AS計算式:this.isActor() &&
this.hasArmor($dataArmors[1]) &&
this.hasArmor($dataArmors[2]) &&
this.hasArmor($dataArmors[3])>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment