kimjoy2002 / crawl

Dungeon Crawl: Stone Soup Korean fork repository
Other
29 stars 20 forks source link

아그라피드 오클롭한테는 독저항 박탈이 안 먹히는게 맞나요? #511

Open huldori opened 3 years ago

huldori commented 3 years ago

아그라피드 신앙 6단계라 생물체, 천사, 악마에게 독저항 박탈인데 오클롭에게 올그렙도 독성증기도 먹히지 않습니다. 오클롭 태그도 네추럴 아닌가요? 버전은 웹죽입니다

kimjoy2002 commented 3 years ago

식물들은 내츄럴 플래그가 아니라 식물 플래그라고 따로 있음

enum mon_holy_type_flags { MH_NONE = 0, MH_HOLY = 1<<0, MH_NATURAL = 1<<1, MH_UNDEAD = 1<<2, MH_DEMONIC = 1<<3, MH_NONLIVING = 1<<4, // golems and other constructs MH_PLANT = 1<<5, MH_EVIL = 1<<6, // priests/wizards with evil spells };

참고용

Gittourarmy commented 3 years ago

음 근데 식물 정도면 짐승 독 박탈할때 같이 박탈해도 괜찮을 거 같기도 하고요. 요건 새롭게 넣어도 좋을 거 같은데