소스 검색

Add Abyssal Burn Condition by Dark Archon

master
The Stranjer 4 년 전
부모
커밋
973dea16c4
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. +7
    -2
      conditions.rb

+ 7
- 2
conditions.rb 파일 보기

@@ -20,8 +20,13 @@ class Condition
:authors => ["Dark Archon", "NEETzsche"]
)



conditions << Condition.new(
:name => "Abyssal Burn",
:rules_text => "The Abyss burns Mana from the character every time he invokes the energies of the Supernal. Any attempt to cast a spell burns an amount of Mana equal to the number of successes on the Paradox roll in excess of the successes the Wisdom roll to absorb it.",
:possible_sources => "Successes on contained Paradox roll.",
:resolution => "Reduce one's Mana pool to zero.",
:authors => ["Dark Archon"]
)

conditions
end

불러오는 중...
취소
저장