5792
대표칭호 없음
5792 4e070eabdf1544f28d3c5d01f0b77065
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.3 |
스크립트 애드온 | SkBee? |
on load:
set {class::brewer::iron_helmet} to unbreakable iron helmet named "&d[브루어] &b철모" with lore "&7브루어를 지켜줄 방어수단입니다." and "&7방어력: &a+2" and "" and "&7부가 효과: &c체력 감소 +2" with attributes flag hidden with hi dden unbreakable flag
on player armor change:
if new armor item is {class::brewer::iron_helmet}:
execute console command "attribute %player% minecraft:generic.max_health modifier add 0-0-0-0-2 brewer_helmet -2 add"
if old armor item is {class::brewer::iron_helmet}:
execute console command "attribute %player% minecraft:generic.max_health modifier remove 0-0-0-0-2"
heal the player
원래 코드대로라면 철 헬멧을 입었을 때 체력이 18로 바뀌고 다시 해제하면 체력이 20으로 바뀌며 체력이 회복되어야 하는데 회복되지 않습니다.
qsef1256
2022.10.08단락 -> 코드 로 코드 블록을 올릴 수 있습니다.
그리고 저는 커맨드 분야가 아니라서 여기에 정확한 답변을 드리지는 못하겠네요, 스크립트에서 저건 https://skripthub.net/docs/?id=953 쓰거든요.
5792
2022.10.09그 혹시 set 말고 add는 없나요?
qsef1256
2022.10.09https://skripthub.net/docs/?id=1134
5792
2022.10.10감사합니다