개인 자료란 (JE)

  서버 커뮤니티

Profile zrj 대표칭호 없음
Profile

질문하기 플러그인

매직스펠을 만들었는데 원하는대로 안나와요!!

2023.10.27 조회 수 85 추천 수 0
이해도 입문자 
게임버전 (JE) 1.12.2 
게임버전 (BE) 관련없음 

유탄:

    spell-class: ".instant.ParticleProjectileSpell"

    projectile-velocity: 10

    projectile-horiz-offset: 0

    projectile-vert-offset: 0

    start-forward-offset: 0

    start-y-offset: 1.5

    projectile-gravity: 0.1

    projectile-spread: 0

    tick-interval: 1

    particle-name: witchMagic

    particle-speed: 0

    particle-count: 3

    particle-horizontal-spread: 0.1

    particle-vertical-spread: 0.1

    max-distance: 25

    max-duration: 100

    hug-surface: false      

    height-from-surface: 1

    hit-players: false

    hit-non-players: true

    stop-on-hit-entity: false

    stop-on-hit-ground: true

    hit-air-during: false

    hit-air-at-end: false

    hit-ground: true

    hit-radius: 1

    vertical-hit-radius: 3

    spell-interval: 1

    spell: 유탄에리어

    effects:

      1:

        position: caster

        effect: sound

        sound: entity.zombie.break_door_wood

        volume: 0.3

        pitch: 0.01


유탄에리어:

    spell-class: ".targeted.AreaEffectSpell"

    horizontal-radius: 5

    vertical-radius: 5

    point-blank: false

    fail-if-no-targets: false

    max-targets: 4

    target-players: true

    spells:

        - 유탄데미지


유탄데미지:

    spell-class: ".targeted.PainSpell"

    damage: 3

    effects:

      1:

        effect: particles

        particle-name: largeexplode

        horiz-spread: 0.5

        vert-spread: 0.5

        count: 25

        speed: 0

        position: target

        y-offset: 1

      2:

        effect: sound

        sound: entity.generic.explode

        pitch: 0.7

        volume: 1

        position: target


1. 누군가 맞지 않고 바닥에만 닿아도 터지게 할려했는데 못했습니다.

2. 맞추면 폭발하는 이펙트가 두 번씩 나오는데 수정하고싶어요 

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!