Skip to content

Commit

Permalink
IMP-Docが古いのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Nov 1, 2021
1 parent 61093c7 commit 908791c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/score_damage/functions/api/attack.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
# 実行者はHealthを持つEntityである必要があります。
#
# @input storage score_damage:
# Damage: float
# Argument.Damage: float
# 与えるダメージを入力
# EPF: int
# Argument.EPF: int
# 軽減効果のある[エンチャントプロテクションファクター](https://minecraft.gamepedia.com/Armor#Enchantments)の合計値
# DamageType: "None" | "Fire" | "Blast" | "Projectile" | "Fall"
# Argument.DamageType: "None" | "Fire" | "Blast" | "Projectile" | "Fall"
# ダメージの種類 EPFを自動取得する場合にどのエンチャントを参照するかに関わります
# DisableParticle: boolean
# Argument.DisableParticle: boolean
# パーティクルを表示するか否か, bool値
# BypassArmor: boolean
# Argument.BypassArmor: boolean
# 防御力/防具強度を無視するか否か, bool値
# BypassResistance: boolean
# Argument.BypassResistance: boolean
# 耐性エフェクトを無視するか否か, bool値
# @context EPFが-1以下の時 EntityのProtectionを参照します
# @api
Expand Down

0 comments on commit 908791c

Please sign in to comment.