악마술사 화염스킬을 캐릭터와 잘 어울리게 이펙트 색상을 변경했습니다

- 순정 붉은화염과 공통으로 사용하는 텍스쳐를 분리하여
  타 화염색상과 공유하지 않고 악마술사 화염만 적용 되도록 했습니다
  푸른화염 소서등 영향없어용 


아... 내눈.... 
제 눈은 안녕하지 못한데 
형님들 눈은 안녕하신가요? ㅠㅠ

아래 내용 스킵 하지 마시고!!!!!!!!
천천히 잘 따라 하셔서 우리의 눈의 안녕과 건강을 지킵시다.!!






눈뽕을 조금이나마 줄이고 싶으신 분은 아래 내용 따라 하세요
"filename": "data/hd/custom particles/warlock Purple Fire/flamewave_trail.particles",

"filename": "data/hd/custom particles/warlock Purple Fire/ringoffire_explode.particles",

이 두부분의 경로를 제거하세요

"filename": "", // 경로 제거

1. 화염 파도
   hd/missiles/ flamewavelingerfire
   제일 아래부분
 
현재 상태
      {
            "type": "Entity",
            "name": "entity_vfx",
            "id": 4242705791,
            "components": [
                {
                    "type": "VfxDefinitionComponent",
                    "name": "entity_vfx_VfxDefinition",
                    "filename": "data/hd/custom particles/warlock Purple Fire/flamewave_trail.particles",
                    "hardKillOnDestroy": false
                }
            ]
        }
    ]
}
-------------------------------------------------------------------------------------------
파도 후 장판화염 제거
      {
            "type": "Entity",
            "name": "entity_vfx",
            "id": 4242705791,
            "components": [
                {
                    "type": "VfxDefinitionComponent",
                    "name": "entity_vfx_VfxDefinition",
                    "filename": "", // 경로 제거
                    "hardKillOnDestroy": false
                }
            ]
        }
    ]
}

2. 화염 고리
   hd/missiles/ ringoffireexplode
  제일 아래부분
  
현재 상태
              {
                    "type": "VfxDefinitionComponent",
                    "name": "entity_vfx_VfxDefinition",
                    "filename": "data/hd/custom particles/warlock Purple Fire/ringoffire_explode.particles",
                    "hardKillOnDestroy": false
                }
            ]
        }
    ]
}
------------------------------------------------------------------------
고리 후 폭팔 제거
                {
                    "type": "VfxDefinitionComponent",
                    "name": "entity_vfx_VfxDefinition",
                    "filename": "", // 경로 제거
                    "hardKillOnDestroy": false
                }
            ]
        }
    ]
}


본 스킨은 원본 데이터를 추출하여 직접 제작 하였습니다.
- 경로는 정리되어 있습니다.
- 잊지말자 기존 모드백업!
- 본파일 수정 및 재배포시 출처는 꼭 기제해 주세요. 기본 매너입니다.