From 6625792b042f6969b6fb4454944dcb41959cf6f4 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 6 May 2007 01:18:48 +0000 Subject: [PATCH] Added pseudo keywords (Hellbent), there may be more, but I don't know them all. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@324 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic.mse-game/game | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index 4249ddff..2f790ccb 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -195,8 +195,10 @@ init script: tag_remove_rule(tag: "") + # step 2 : reminder text for keywords expand_keywords_rule( - default_expand: { contains(match:mode, set.automatic_reminder_text, match:mode) }, - combine: { "{keyword} ({process_english_hints(reminder)})" } + default_expand: { contains(match:mode, set.automatic_reminder_text) }, + combine: { + if mode == "pseudo" then "{keyword}" + else "{keyword} ({process_english_hints(reminder)})" } ) + # step 3a : expand shortcut words ~ and CARDNAME replace_rule( @@ -387,8 +389,9 @@ set field: choice: old choice: core choice: expert + choice: pseudo choice: custom - initial: old, core, expert, custom + initial: old, core, expert, pseudo, custom # Convert from older mse versions script: if value = "yes" then "old, core, expert, custom" @@ -1090,6 +1093,9 @@ keyword mode: keyword mode: name: expert description: Expert level keywords (Cycling, Vanishing, etc.) +keyword mode: + name: pseudo + description: Pseudo keyword / named ability (Hellbent, Gating, etc.) keyword mode: is default: true name: custom @@ -1520,3 +1526,7 @@ keyword: match: Fortifycost mode: expert reminder: {format_cost(param1)}: Attach to target land you control. Fortify only as a sorcery. This card comes into play unattached and stays in play if the land leaves play. +keyword: + keyword: Hellbent + match: Hellbent + mode: pseudo