납품

이 종류의 컨픽은 인카운터(invade) 모듈에도 비슷한 개념으로 들어가 있기 때문에 그걸 이해하면 좋음

delivery.yml

delivery:

  test_delivery: # id 
    name: 'test'
    type: 'DAILY'
    restart_cooldown: 2h

    difficulty:
      easy: #<- 이거 변경 될 수 있음. 
        identifier: '𠆴'
        required_perm: 'delivery.daily.accept.easy'
        draw:
          - 'T1,test,5' #T1 안에 test 에서 5번 뽑는다는 소리 (scale)
        reward:
          id: 'DELIVERY_PUBLIC_REWARD_EASY' # sigdrop id 
          getAll: true   
        description:
          - ' &7test'
          
scale:
  T1:

    test:
      items:
        - 'VANILLA STONE;64-128' # VANILLA STONE 64개에서 128개 사이 뽑음 (draw)
        
        

localization.yml

Last updated