mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added primitive update window.
Added diagonal directions (todo: add different text direcitons, primarily for Space) Cleaned up keyword game file a bit. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@600 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -14,6 +14,7 @@ menu:
|
||||
export images: All Card I&mages...
|
||||
export apprentice: &Apprentice...
|
||||
export mws: Magic &Workstation...
|
||||
check updates: Check &Updates...
|
||||
print preview: Print Pre&view...
|
||||
print: &Print... Ctrl+P
|
||||
reload data: Reload Data Ctrl+F5
|
||||
@@ -35,7 +36,7 @@ menu:
|
||||
next card: Select &Next Card PgDn
|
||||
add card: &Add Card Ctrl++
|
||||
add cards: Add &Multiple Cards...
|
||||
remove card: &Remove Select Card Del
|
||||
remove card: &Delete Selected Card
|
||||
orientation: &Orientation
|
||||
rotate 0: &Normal
|
||||
rotate 270: Rotated 90° &Clockwise
|
||||
@@ -105,6 +106,7 @@ help:
|
||||
export images: Export images for all cards
|
||||
export apprentice: Export the set so it can be played with in Apprentice
|
||||
export mws: Export the set so it can be played with in Magic Workstation
|
||||
check updates: Open the update window to download new packages, such as games, styles, and locales.
|
||||
print preview: Shows cards as they will be printed
|
||||
print: Print cards from this set
|
||||
reload data: Reload all template files (game and style) as well as the set.
|
||||
@@ -516,6 +518,12 @@ title:
|
||||
export cancled: Export Cancled
|
||||
export html: Export to HTML
|
||||
save html: Export to HTML
|
||||
|
||||
# Package Update Window
|
||||
package list: Package Updates
|
||||
package name: Package Name
|
||||
package status: Current Status
|
||||
new status: New Status
|
||||
|
||||
############################################################## Action (undo/redo) names
|
||||
action:
|
||||
@@ -617,6 +625,11 @@ error:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: There is no statistics dimension '%s'
|
||||
|
||||
# Package update window
|
||||
no packages: Found no package updates.
|
||||
checking updates: Checking for updates.
|
||||
|
||||
|
||||
############################################################## Types used in scripts / shape names
|
||||
type:
|
||||
@@ -663,6 +676,17 @@ type:
|
||||
points: points
|
||||
handle: handle
|
||||
|
||||
# Package manager
|
||||
installed: installed
|
||||
uninstalled: uninstalled
|
||||
upgradeable: upgradeable
|
||||
|
||||
install: install
|
||||
uninstall: uninstalled
|
||||
upgrade: upgrade
|
||||
do nothing: do nothing
|
||||
new mse: MSE outdated
|
||||
|
||||
|
||||
############################################################## Magic
|
||||
game:
|
||||
|
||||
@@ -27,7 +27,6 @@ init script:
|
||||
+ " pattern(/. WUBRG)"
|
||||
+ " cycle(WUBRG)"
|
||||
+ ")")
|
||||
mana_has_guild := sort_rule(order: "</|>") # Is there guild or half mana in the input?
|
||||
mana_filter := to_upper + mana_sort
|
||||
# Like mana filter, only also allow tap symbols:
|
||||
tap_filter := sort_rule(order: "<T>")
|
||||
@@ -171,7 +170,7 @@ init script:
|
||||
sort_index := {
|
||||
card_color := card.card_color
|
||||
casting_cost := card.casting_cost
|
||||
if card.casting_cost_2 != "" and
|
||||
if card.shape = "split" and
|
||||
card_color != card.card_color_2 then "H" # multicolor splits
|
||||
else if chosen(choice: "land", card_color) then (
|
||||
# land
|
||||
@@ -1490,7 +1489,7 @@ keyword:
|
||||
keyword: Regeneration
|
||||
match: Regenerate
|
||||
mode: action
|
||||
reminder: The next time {if has_pt() then "this creature" else "this"} would be destroyed this turn, it isn't.{if has_pt() then " Instead tap it, remove all damage from it, and remove it from combat." else ""}
|
||||
reminder: The next time {if has_pt() then "this creature" else "this"} would be destroyed this turn, it isn't.{if has_pt() then " Instead tap it, remove all damage from it, and remove it from combat." else " Instead tap it"}
|
||||
keyword:
|
||||
keyword: Bands with other
|
||||
match: Bands with other <atom-param>name</atom-param>
|
||||
@@ -1510,7 +1509,7 @@ keyword:
|
||||
keyword: Phasing
|
||||
match: Phasing
|
||||
mode: old
|
||||
reminder: At the beginning of your upkeep, put this and any cards and/or counters attached to it in the phased-out zone. If this is already in the phased-out zone, return it and any cards and/or counters attached to it to play. This ability does not cause comes-into-play or leaves-play abilities to trigger.
|
||||
reminder: At the beginning of your untap step, put this and any cards and/or counters attached to it in the phased-out zone. If this is already in the phased-out zone, return it and any cards and/or counters attached to it to play. This ability does not cause comes-into-play or leaves-play abilities to trigger.
|
||||
keyword:
|
||||
keyword: Flanking
|
||||
match: Flanking
|
||||
|
||||
Reference in New Issue
Block a user