summaryrefslogtreecommitdiff
path: root/raw/interaction examples/interaction_werebeast.txt
diff options
context:
space:
mode:
Diffstat (limited to 'raw/interaction examples/interaction_werebeast.txt')
-rwxr-xr-xraw/interaction examples/interaction_werebeast.txt61
1 files changed, 61 insertions, 0 deletions
diff --git a/raw/interaction examples/interaction_werebeast.txt b/raw/interaction examples/interaction_werebeast.txt
new file mode 100755
index 0000000..f70dc6b
--- /dev/null
+++ b/raw/interaction examples/interaction_werebeast.txt
@@ -0,0 +1,61 @@
+interaction_werebeast
+
+[OBJECT:INTERACTION]
+
+Note: This assumes there's a casteless beast "WEREBEAST". Inside of its bite attack, you'd put:
+ (SPECIALATTACK_INTERACTION:WEREBEAST_BITE) with square brackets.
+
+[INTERACTION:WEREBEAST_CURSE]
+
+[I_SOURCE:DEITY]
+ [IS_USAGE_HINT:MAJOR_CURSE]
+ [IS_HIST_STRING_1: cursed ]
+ [IS_HIST_STRING_2: to assume the form of a wolf-like monster every full moon]
+
+[I_TARGET:A:CREATURE]
+ [IT_LOCATION:CONTEXT_CREATURE]
+ [IT_REQUIRES:CAN_LEARN]
+ [IT_REQUIRES:HAS_BLOOD]
+ [IT_FORBIDDEN:NOT_LIVING]
+ [IT_FORBIDDEN:SUPERNATURAL]
+ [IT_CANNOT_HAVE_SYNDROME_CLASS:WERECURSE]
+ [IT_CANNOT_HAVE_SYNDROME_CLASS:VAMPCURSE]
+ [IT_CANNOT_HAVE_SYNDROME_CLASS:DISTURBANCE_CURSE]
+
+[I_EFFECT:ADD_SYNDROME]
+ [IE_TARGET:A]
+ [IE_IMMEDIATE]
+ [SYNDROME]
+ [IE_ARENA_NAME:Werewolf]
+ [SYN_CLASS:WERECURSE]
+ [CE_BODY_TRANSFORMATION:START:0]
+ [CE:CREATURE:WEREBEAST:DEFAULT]
+ [CE:PERIODIC:MOON_PHASE:27:0]
+ [CE_ADD_TAG:NO_AGING:START:0]
+
+
+
+[INTERACTION:WEREBEAST_BITE]
+
+[I_SOURCE:ATTACK]
+ [IS_HIST_STRING_1: bit ]
+ [IS_HIST_STRING_2:, passing on the werebeast curse]
+
+[I_TARGET:A:CREATURE]
+ [IT_LOCATION:CONTEXT_CREATURE]
+ [IT_REQUIRES:CAN_LEARN]
+ [IT_REQUIRES:HAS_BLOOD]
+ [IT_FORBIDDEN:NOT_LIVING]
+ [IT_FORBIDDEN:SUPERNATURAL]
+ [IT_CANNOT_HAVE_SYNDROME_CLASS:WERECURSE]
+ [IT_CANNOT_HAVE_SYNDROME_CLASS:VAMPCURSE]
+ [IT_CANNOT_HAVE_SYNDROME_CLASS:DISTURBANCE_CURSE]
+
+[I_EFFECT:ADD_SYNDROME]
+ [IE_TARGET:A]
+ [IE_IMMEDIATE]
+ [SYNDROME]
+ [SYN_CLASS:WERECURSE]
+ [CE_BODY_TRANSFORMATION:START:16800]
+ [CE:CREATURE:WEREBEAST:DEFAULT]
+ [CE:PERIODIC:MOON_PHASE:27:0] \ No newline at end of file