From f9fbe0cbd6711af858c28e90cc333dff338aa69a Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Thu, 4 Jul 2019 09:27:16 -0400 Subject: [PATCH] Secure Forum Merit --- merits.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/merits.rb b/merits.rb index b90b653..1e84431 100644 --- a/merits.rb +++ b/merits.rb @@ -94,6 +94,13 @@ class Merit :pdf => pdf ) + merits << Merit.new( + :name => "Secure Forum", + :dot_ratings => [1, 3, 5], + :rules_text => "Your character controls a secure chat room or web forum that is resistant to things like ISP blocks or even Supernal Magic. Attempts to intercept the messages on this forum or break into it must achieve an additional success on the one-dot version of this for mundane and most supernatural abilities, an additional two successes for the three-dot version, and an additional three successes for the five-dot version. Spellcasting ", + :pdf => pdf + ) + merits.sort_by! {|m| m.name } merits