mse version: 2.0.0 game: herospath short name: Spells installer group: Magic Hero's Path/spell style icon: card-sample.png position hint: 02 version: 2014-01-20 depends on: package: herospath.mse-game version: 2014-01-20 depends on: package: magic-mana-small.mse-symbol-font version: 2007-09-23 card width: 375 card height: 523 card dpi: 150 ############################################################## Extra scripts init script: # Use the normal tap symbol mana_t := { if styling.tap_symbol == "old" then "old" else if styling.tap_symbol == "diagonal T" then "older" else "new" } # Use guild mana symbols? guild_mana := { styling.use_guild_mana_symbols } ############################################################## Set info fields set info style: symbol: variation: name: invertedcommon border radius: 0.10 fill type: solid fill color: rgb(255,255,255) border color: rgb(0,0,0) ############################################################## Extra style options styling field: type: boolean name: use guild mana symbols description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. initial: no styling field: type: package choice name: text box mana symbols match: magic-mana-*.mse-symbol-font initial: magic-mana-small.mse-symbol-font styling field: type: choice name: tap symbol description: What tap and untap symbols should be used on cards? initial: old choice: modern choice: old choice: diagonal T styling field: type: boolean name: inverted common symbol description: Should the common rarity symbol be inverted, like in Coldsnap? initial: no styling style: use guild mana symbols: choice images: yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png no: /magic-mana-small.mse-symbol-font/mana_rg.png tap symbol: render style: both choice images: modern: /magic-mana-small.mse-symbol-font/mana_t.png old: /magic-mana-small.mse-symbol-font/mana_t_old.png diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png inverted common symbol: choice images: no: { symbol_variation(symbol: set.symbol, variation: "common") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } ############################################################## Card fields card style: ############################# Background stuff background: left: 0 top: 0 width: 375 height: 523 z index: -2 render style: image popup style: in place choice images: green: gcard.jpg ############################# Name line name: left: 32 top: 28 right: 341 height: 23 alignment: bottom shrink-overflow padding bottom: 0 z index: 1 font: name: Matrix size: 17 weight: bold color: black ############################# Image image: left: 30 top: 60 width: 314 height: 230 z index: 1 default: default_image.png ############################# Card type type: left: 35 top: 297 width: { 308 - max(22,card_style.rarity.content_width) } height: 20 alignment: top shrink-overflow z index: 1 padding top: 2 font: name: Matrix size: 14 color: black separator color: rgb(128,128,128) rarity: right: 342 top: 297 width: 44 height: 22 z index: 2 render style: image alignment: middle right choice images: # Images based on the set symbol common: script: if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon") rare: script: symbol_variation(symbol: set.symbol, variation: "rare") mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare") special: script: symbol_variation(symbol: set.symbol, variation: "special") ############################# Text box text: left: 31 top: 329 width: 312 height: 142 font: name: MPlantin italic name: MPlantin-Italic size: 14 scale down to: 6 color: black symbol font: name: { styling.text_box_mana_symbols } size: 14 alignment: middle left z index: 2 padding left: 6 padding right: 4 line height hard: 1.2 line height line: 1.5 line height soft: 0.9 line height hard max: 1.3 line height line max: 1.6 ############################# Card sorting / numbering ############################# Copyright stuff illustrator: left: 59 top: 480 width: 217 height: 16 z index: 1 font: name: Matrix size: 10 weight: bold color: black copyright line: left: 30 top: 493 width: 247 height: 12 z index: 1 font: name: MPlantin size: 6.5 color: black ############################################################## Extra card fields