소스 검색

Flight

master
The Stranjer 5 년 전
부모
커밋
5497b2cfe3
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      spells.rb

+ 14
- 0
spells.rb 파일 보기

@@ -1013,6 +1013,20 @@ class Spell

)

spells << Spell.new(
:name => "Flight",
:forces => 2,
:practice => "Ruling",
:primary_factor => "Duration",
:suggested_rote_skills => ["Athletics", "Occult", "Drive"],
:authors => ["NEETzsche", "Altasaire"],
:rules_text => "The willworker can fly. High altitudes are likely to result in the Heavy Winds Environmental Tilt. The caster may apply his Speed in any direction, including directly upwards.\n\nAccelerating forward in the fashion of a rocket requires the use of Velocity Control (Forces •••). Once his acceleration exceeds ten miles per hour, he suffers one point of Bashing damage per turn from whiplash. He cannot exceed the speed of sound with this spell.",
:reaches => [
[2, "The caster does not suffer damage from whiplash."]
]

)

# TESTS

duplicate_spells = spells.group_by(&:name).select {| k, v| v.length > 1 }


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