퇴근5분전

POE] 게임... 필터..

--- 취미2023. 10. 11. 22:57

필터부분 수정 후 테스트.. 

- 네버싱크

  : 정의의화염 초반 셉터, 모든화염젬렙, 모든주문젬렙, 물리주문젬(신성한 화염 토템에 적용)등 가진 셉터가

떨어지면 필터에 걸리도록 수정, 또는 5렙에 사용하는 흑단목 셉터를 필터로 잡는다. (변옵돌리려고...)

  : 헬멧에 혹시 정의의 화염 인챈트 된 것! ( 거의 볼일은 없겠지만... )

 

아이템 필터 랭킹 ( https://poe.game.daum.net/item-filter/ladder/follower )  에서

네버싱크 클릭하면 아래처럼 나온다 [복사] 클릭하면 

필터명을 바꾸고... 

# [[0100]] Global overriding rules 부터... 아래 내용으로 채워넣는다.. 그후 아래 [제출하기] 를 클릭한다.

 

 

아래처럼 저장이 된다.

게임내 필터로 지정하고 떨궈보면... 아래처럼 보인다.. ( 소리는 쉽게 구분 가능한 소리로... )

 

 초반 액트 1에 물에잠긴길에서 흑단목 셉터가 떨어지면...

이 셉터에 변옵 돌려서 모든 물리, 화염, 주문 젬 레벨 +1 을 띄우면 .. 액트 밀기 좋다.

음.. 모든 셉터를 잡을까? (액트 진행중에 셉터는 계속 진화의 오브를 던져야 하니...:화염젬레벨뽑기)

 

# [[0100]] Global overriding rules

################################################### js RF START
# 흑단목 셉터 ( 물리, 모든, 화염 젬 레벨 + 1 표시 )
Show # $type->magicid $tier-> RF
Mirrored False
Rarity Normal Magic Rare
Class == "Sceptres"
Identified True
Corrupted False
HasExplicitMod >=1 "달인의" "화염 형성자의" "석마술사의" #모든젬, 화염젬, 물리젬+1
SetFontSize 45
SetTextColor 255 255 255 255
SetBorderColor 255 255 255 255
SetBackgroundColor 0 20 180 255
PlayAlertSound 1 300
PlayEffect Red
MinimapIcon 0 Red Star

Show # $type->magicid $tier-> RF
Mirrored False
Rarity Normal Magic Rare
Class == "Sceptres"
BaseType == "흑단목 셉터"
Corrupted False
SetTextColor 255 255 255 255
SetBorderColor 255 255 255 255
SetBackgroundColor 0 20 180 255
PlayAlertSound 2 300
PlayEffect Blue
MinimapIcon 0 Blue Triangle

Show # $type->magicid $tier-> 방패
Mirrored False
Rarity Normal Magic Rare
Class == "Shields"
Identified True
Corrupted False
HasExplicitMod >=1 "엄벌가의" "달인의" "화염 형성자의" "석마술사의" #소환수젬, 모든젬, 화염젬, 물리젬 +1
SetFontSize 45
SetTextColor 255 255 255 255
SetBorderColor 255 255 255 255
SetBackgroundColor 0 20 180 255
PlayAlertSound 1 300
PlayEffect Red
MinimapIcon 0 Red Star

# 인챈트 정의의 화염
Show # $type->rareid $tier-> 인챈트
Rarity Rare
Class == "Helmets"
AnyEnchantment True #인챈트 된 것
HasEnchantment "Enchantment Righteous Fire Damage 1" "Enchantment Righteous Fire Damage 2" "Enchantment Righteous Fire Area Of Effect 2" 
SetFontSize 45
SetTextColor 0 240 190 255
SetBorderColor 0 240 190 255
SetBackgroundColor 47 0 74 255
PlayAlertSound 1 300
PlayEffect Purple
MinimapIcon 1 Purple Diamond

# 사운드 PlayAlertSound {1-6} 300
# 1 - 환영오브 떨어지는 소리..., 행운아(x신성2) 같은 카드 소리
# 2 - 카오스, 연금...
# 3 - 고유 
# 4 - 지도 흰맵, 노랑
# 5 - 지도 빨맵
# 6 - 디바인

#디바인 떨어졌을때 ( 흰바탕, 빨간글씨, 빨간 테투리 )
# SetFontSize 45
# SetTextColor 255 0 0 255
# SetBorderColor 255 0 0 255
# SetBackgroundColor 255 255 255 255
# PlayAlertSound 6 300
# PlayEffect Red
# MinimapIcon 0 Red Star


#카드중 '행운아' 떨어졌을때 ( 파란 바탕의 흰글씨, 흰색 테두리 )
SetFontSize 45
SetTextColor 255 255 255 255
SetBorderColor 255 255 255 255
SetBackgroundColor 0 20 180 255
PlayAlertSound 1 300
PlayEffect Red
MinimapIcon 0 Red Triangle

################################################### js RF END