Commit 55769b92 authored by coppro's avatar coppro

Set svn:eol-style on all style files that were missing it

parent 26563eb7
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
mse version: 0.3.8 mse version: 0.3.8
full name: Magic The Gathering, card blend utilities full name: Magic The Gathering, card blend utilities
version: 2009-04-09 version: 2009-04-09
# This file doesn't do anything, other files in this directory can be included # This file doesn't do anything, other files in this directory can be included
# in game/style files: # in game/style files:
# card-colors Defines card color choices # card-colors Defines card color choices
# Use in game # Use in game
# blend-scripts Defines card_hybrid, family of functions # blend-scripts Defines card_hybrid, family of functions
# Use in init script of style # Use in init script of style
# card-backgrounds Uses the blend scripts to make choice images for card backgrounds # card-backgrounds Uses the blend scripts to make choice images for card backgrounds
# Template names can be redefined # Template names can be redefined
\ No newline at end of file
This diff is collapsed.
mse version: 0.3.5 mse version: 0.3.5
full name: Magic The Gathering, placeholder images full name: Magic The Gathering, placeholder images
version: 2007-09-23 version: 2007-09-23
# default image if there is none # default image if there is none
default_images := [ default_images := [
c: "/magic-default-image.mse-include/colorless.jpg" c: "/magic-default-image.mse-include/colorless.jpg"
a: "/magic-default-image.mse-include/artifact.jpg" a: "/magic-default-image.mse-include/artifact.jpg"
m: "/magic-default-image.mse-include/multicolor.jpg" m: "/magic-default-image.mse-include/multicolor.jpg"
w: "/magic-default-image.mse-include/white.jpg" w: "/magic-default-image.mse-include/white.jpg"
u: "/magic-default-image.mse-include/blue.jpg" u: "/magic-default-image.mse-include/blue.jpg"
b: "/magic-default-image.mse-include/black.jpg" b: "/magic-default-image.mse-include/black.jpg"
r: "/magic-default-image.mse-include/red.jpg" r: "/magic-default-image.mse-include/red.jpg"
g: "/magic-default-image.mse-include/green.jpg" g: "/magic-default-image.mse-include/green.jpg"
l: "/magic-default-image.mse-include/land.jpg" l: "/magic-default-image.mse-include/land.jpg"
] ]
default_image := { default_image := {
color_background(color_combination: { color_background(color_combination: {
combine := "symmetric overlay" combine := "symmetric overlay"
base := base :=
if color_count == 0 then if land then default_images.l else default_images.c if color_count == 0 then if land then default_images.l else default_images.c
else if color_count == 1 then default_images[colors] else if color_count == 1 then default_images[colors]
else if color_count == 2 then combine_blend( else if color_count == 2 then combine_blend(
image1: default_images[colors.0], image1: default_images[colors.0],
image2: default_images[colors.1], image2: default_images[colors.1],
) )
else default_images.m else default_images.m
if land then if color_count == 0 then default_images.l else combine_blend(image1: default_images.l, image2: base) if land then if color_count == 0 then default_images.l else combine_blend(image1: default_images.l, image2: base)
else if multi then combine_blend(image1: default_images.m, image2: base) else if multi then combine_blend(image1: default_images.m, image2: base)
else if artifact then combine_blend(image1: default_images.a, image2: base) else if artifact then combine_blend(image1: default_images.a, image2: base)
else base else base
}) })
} }
mse version: 0.3.8 mse version: 0.3.8
version: 2009-03-25 version: 2009-03-25
image font size: 46 image font size: 46
horizontal space: 1.2 horizontal space: 1.2
symbol: symbol:
code: Æ code: Æ
image: ae.png image: ae.png
symbol: symbol:
code: & code: &
image: ampersand.png image: ampersand.png
symbol: symbol:
code: ' code: '
image: apostrophe.png image: apostrophe.png
symbol: symbol:
code: , code: ,
image: comma.png image: comma.png
symbol: symbol:
code: - code: -
image: dash.png image: dash.png
symbol: symbol:
code: A code: A
image: a.png image: a.png
symbol: symbol:
code: a code: a
image: a.png image: a.png
symbol: symbol:
code: B code: B
image: b.png image: b.png
symbol: symbol:
code: b code: b
image: b.png image: b.png
symbol: symbol:
code: C code: C
image: c.png image: c.png
symbol: symbol:
code: c code: c
image: c.png image: c.png
symbol: symbol:
code: D code: D
image: d.png image: d.png
symbol: symbol:
code: d code: d
image: d.png image: d.png
symbol: symbol:
code: E code: E
image: e.png image: e.png
symbol: symbol:
code: e code: e
image: e.png image: e.png
symbol: symbol:
code: F code: F
image: f.png image: f.png
symbol: symbol:
code: f code: f
image: f.png image: f.png
symbol: symbol:
code: G code: G
image: g.png image: g.png
symbol: symbol:
code: g code: g
image: g.png image: g.png
symbol: symbol:
code: H code: H
image: h.png image: h.png
symbol: symbol:
code: h code: h
image: h.png image: h.png
symbol: symbol:
code: I code: I
image: i.png image: i.png
symbol: symbol:
code: i code: i
image: i.png image: i.png
symbol: symbol:
code: J code: J
image: j.png image: j.png
symbol: symbol:
code: j code: j
image: j.png image: j.png
symbol: symbol:
code: K code: K
image: k.png image: k.png
symbol: symbol:
code: k code: k
image: k.png image: k.png
symbol: symbol:
code: L code: L
image: l.png image: l.png
symbol: symbol:
code: l code: l
image: l.png image: l.png
symbol: symbol:
code: M code: M
image: m.png image: m.png
symbol: symbol:
code: m code: m
image: m.png image: m.png
symbol: symbol:
code: N code: N
image: n.png image: n.png
symbol: symbol:
code: n code: n
image: n.png image: n.png
symbol: symbol:
code: O code: O
image: o.png image: o.png
symbol: symbol:
code: o code: o
image: o.png image: o.png
symbol: symbol:
code: P code: P
image: p.png image: p.png
symbol: symbol:
code: p code: p
image: p.png image: p.png
symbol: symbol:
code: Q code: Q
image: q.png image: q.png
symbol: symbol:
code: q code: q
image: q.png image: q.png
symbol: symbol:
code: R code: R
image: r.png image: r.png
symbol: symbol:
code: r code: r
image: r.png image: r.png
symbol: symbol:
code: S code: S
image: s.png image: s.png
symbol: symbol:
code: s code: s
image: s.png image: s.png
symbol: symbol:
code: T code: T
image: t.png image: t.png
symbol: symbol:
code: t code: t
image: t.png image: t.png
symbol: symbol:
code: U code: U
image: u.png image: u.png
symbol: symbol:
code: u code: u
image: u.png image: u.png
symbol: symbol:
code: V code: V
image: v.png image: v.png
symbol: symbol:
code: v code: v
image: v.png image: v.png
symbol: symbol:
code: W code: W
image: w.png image: w.png
symbol: symbol:
code: w code: w
image: w.png image: w.png
symbol: symbol:
code: X code: X
image: x.png image: x.png
symbol: symbol:
code: x code: x
image: x.png image: x.png
symbol: symbol:
code: Y code: Y
image: y.png image: y.png
symbol: symbol:
code: y code: y
image: y.png image: y.png
symbol: symbol:
code: Z code: Z
image: z.png image: z.png
symbol: symbol:
code: z code: z
image: z.png image: z.png
symbol: symbol:
code: [ ] code: [ ]
regex: yes regex: yes
draw text: 0 draw text: 0
text font: text font:
name: MPlantin name: MPlantin
size: 1 size: 1
color: rgba(0,0,0,0) color: rgba(0,0,0,0)
image: space.png image: space.png
############################################################## ##############################################################
# Insert-symbol menu # Insert-symbol menu
insert symbol menu: insert symbol menu:
item: item:
name: A-M name: A-M
item: A item: A
item: Æ item: Æ
item: B item: B
item: C item: C
item: D item: D
item: E item: E
item: F item: F
item: G item: G
item: H item: H
item: I item: I
item: J item: J
item: K item: K
item: L item: L
item: M item: M
item: item:
name: N-Z name: N-Z
item: N item: N
item: O item: O
item: P item: P
item: Q item: Q
item: R item: R
item: S item: S
item: T item: T
item: U item: U
item: V item: V
item: W item: W
item: X item: X
item: Y item: Y
item: Z item: Z
item: item:
name: punctuation name: punctuation
item: & item: &
item: ' item: '
item: , item: ,
item: - item: -
item: item:
This diff is collapsed.
mse version: 0.3.6 mse version: 0.3.6
full name: Icons/symbols for futureshifted Magic The Gathering templates full name: Icons/symbols for futureshifted Magic The Gathering templates
version: 2008-05-21 version: 2008-05-21
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
mse version: 0.3.7 mse version: 0.3.7
version: 2008-08-31 version: 2008-08-31
short name: normal foil short name: normal foil
installer group: magic/overlays/foil/normal installer group: magic/overlays/foil/normal
position hint: 001 position hint: 001
icon: overlay.png icon: overlay.png
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
mse version: 0.3.6 mse version: 0.3.6
full name: Magic The Gathering, textbox watermarks full name: Magic The Gathering, textbox watermarks
version: 2008-05-21 version: 2008-05-21
# This file doesn't do anything, other files in this directory can be included # This file doesn't do anything, other files in this directory can be included
# in game/style files: # in game/style files:
# watermarks Includes references to the watermark images, to be used in a style file # watermarks Includes references to the watermark images, to be used in a style file
\ No newline at end of file
add cards script: add cards script:
name: &Basic Lands name: &Basic Lands
description: Adds 5 basic lands to the set (Plains, Island, Swamp, Mountain, Forest) description: Adds 5 basic lands to the set (Plains, Island, Swamp, Mountain, Forest)
script: script:
# TODO: # TODO:
#show_yes_no_dialog("This set already contains basic lands, do you want to add more?") #show_yes_no_dialog("This set already contains basic lands, do you want to add more?")
[ new_card([name: "Plains", super_type: "Basic Land", sub_type: "Plains", rarity: "basic land", watermark: "mana symbol white"]) [ new_card([name: "Plains", super_type: "Basic Land", sub_type: "Plains", rarity: "basic land", watermark: "mana symbol white"])
, new_card([name: "Island", super_type: "Basic Land", sub_type: "Island", rarity: "basic land", watermark: "mana symbol blue"]) , new_card([name: "Island", super_type: "Basic Land", sub_type: "Island", rarity: "basic land", watermark: "mana symbol blue"])
, new_card([name: "Swamp", super_type: "Basic Land", sub_type: "Swamp", rarity: "basic land", watermark: "mana symbol black"]) , new_card([name: "Swamp", super_type: "Basic Land", sub_type: "Swamp", rarity: "basic land", watermark: "mana symbol black"])
, new_card([name: "Mountain", super_type: "Basic Land", sub_type: "Mountain", rarity: "basic land", watermark: "mana symbol red"]) , new_card([name: "Mountain", super_type: "Basic Land", sub_type: "Mountain", rarity: "basic land", watermark: "mana symbol red"])
, new_card([name: "Forest", super_type: "Basic Land", sub_type: "Forest", rarity: "basic land", watermark: "mana symbol green"]) , new_card([name: "Forest", super_type: "Basic Land", sub_type: "Forest", rarity: "basic land", watermark: "mana symbol green"])
] ]
add cards script: add cards script:
name: &Basic Snow-Covered Lands name: &Basic Snow-Covered Lands
description: Adds 5 basic snow-covered lands to the set (Plains, Island, Swamp, Mountain, Forest) description: Adds 5 basic snow-covered lands to the set (Plains, Island, Swamp, Mountain, Forest)
script: script:
# TODO: # TODO:
#show_yes_no_dialog("This set already contains basic snow-covered lands, do you want to add more?") #show_yes_no_dialog("This set already contains basic snow-covered lands, do you want to add more?")
[ new_card([name: "Snow-Covered Plains", super_type: "Basic Snow Land", sub_type: "Plains", rarity: "common", watermark: "mana symbol white"]) [ new_card([name: "Snow-Covered Plains", super_type: "Basic Snow Land", sub_type: "Plains", rarity: "common", watermark: "mana symbol white"])
, new_card([name: "Snow-Covered Island", super_type: "Basic Snow Land", sub_type: "Island", rarity: "common", watermark: "mana symbol blue"]) , new_card([name: "Snow-Covered Island", super_type: "Basic Snow Land", sub_type: "Island", rarity: "common", watermark: "mana symbol blue"])
, new_card([name: "Snow-Covered Swamp", super_type: "Basic Snow Land", sub_type: "Swamp", rarity: "common", watermark: "mana symbol black"]) , new_card([name: "Snow-Covered Swamp", super_type: "Basic Snow Land", sub_type: "Swamp", rarity: "common", watermark: "mana symbol black"])
, new_card([name: "Snow-Covered Mountain", super_type: "Basic Snow Land", sub_type: "Mountain", rarity: "common", watermark: "mana symbol red"]) , new_card([name: "Snow-Covered Mountain", super_type: "Basic Snow Land", sub_type: "Mountain", rarity: "common", watermark: "mana symbol red"])
, new_card([name: "Snow-Covered Forest", super_type: "Basic Snow Land", sub_type: "Forest", rarity: "common", watermark: "mana symbol green"]) , new_card([name: "Snow-Covered Forest", super_type: "Basic Snow Land", sub_type: "Forest", rarity: "common", watermark: "mana symbol green"])
] ]
#add cards script: #add cards script:
# name: &Many Empty Cards # name: &Many Empty Cards
# script: # script:
# # TODO: # # TODO:
# #count := show_number_dialog("How many cards should be added?") # #count := show_number_dialog("How many cards should be added?")
# count := 1 # count := 1
# for _ from 1 to count do [new_card()] # for _ from 1 to count do [new_card()]
add cards script: add cards script:
name: &Horizontal Cycle name: &Horizontal Cycle
description: Add 1 card of each color to the set description: Add 1 card of each color to the set
script: script:
# TODO: # TODO:
#rarity := show_text_dialog("What rarity should the cards be?") #rarity := show_text_dialog("What rarity should the cards be?")
[ new_card([card_color: "white"]) [ new_card([card_color: "white"])
, new_card([card_color: "blue"]) , new_card([card_color: "blue"])
, new_card([card_color: "black"]) , new_card([card_color: "black"])
, new_card([card_color: "red"]) , new_card([card_color: "red"])
, new_card([card_color: "green"]) , new_card([card_color: "green"])
] ]
#TODO: Vertical Cycle; needs text dialog for setting color #TODO: Vertical Cycle; needs text dialog for setting color
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
mse version: 0.3.8 mse version: 0.3.8
full name: VS System, textbox watermarks full name: VS System, textbox watermarks
version: 2009-02-04 version: 2009-02-04
depends on: depends on:
package: vs-standard-official.mse-symbol-font package: vs-standard-official.mse-symbol-font
version: 2009-02-04 version: 2009-02-04
# This file doesn't do anything, other files in this directory can be included # This file doesn't do anything, other files in this directory can be included
# in game/style files: # in game/style files:
# watermarks Includes references to the watermark images, to be used in a style file # watermarks Includes references to the watermark images, to be used in a style file
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment