zoqahybrid.blogg.se

Mtg card sets wiki
Mtg card sets wiki











mtg card sets wiki

In this article we explain how to edit the script files so that custom mana symbols can be shown in card casting costs and rules text. This article is a part of a series on customizing MSE's Magic The Gathering template to include user defined colors. If you also go through the steps to add a corresponding mana symbol you will be able to get your new card frame simply by putting the new mana in the casting cost! Now when you click on a card boarder and get the dropdown list of possible colors, your new color will be available. Also add a power/toughness box image and call it dpt.jpg.

  • Finally, go to magic-new.mse-style and add a card frame image with filename "dcard.jpg".
  • Go to magic-default-images.mse-include\scripts and modify as followsĭefault_images := Īdd a background image and call it yellow.jpg.
  • Allow the card color dropdown menu to show a preview of your new color.
  • In magic.mse-game\script make two edits,Īdd your color to the possible colors used for counting a card's number of colors:Ĭard_color_color_count := count_chosen ( choices: "white,blue,black,red,green,yellow,artifact" )Īnd also add your color to the map between color characters and color names:Ĭolor_name +=.
  • mtg card sets wiki

    The list of sortable colors goes from "(wubrg)" to "(wubrgd)" and the last line of choices is added with "yellow" mapping to "d". Add "d" as a possible color identifier in magic-blends.mse-include\new_blends,Ĭolors := sort_text ( order: "(wubrgd)", ( if chosen ( choice: "white" ) then "w" ) + ( if chosen ( choice: "blue" ) then "u" ) + ( if chosen ( choice: "black" ) then "b" ) + ( if chosen ( choice: "red" ) then "r" ) + ( if chosen ( choice: "green" ) then "g" ) + ( if chosen ( choice: "yellow" ) then "d" )).To do this, go to magic.mse-game\card_fields and edit it to look like this near line 55

    mtg card sets wiki

    Add your color as a selectable option in the user interface.For example, if we assign the letter "d" to our new color's mana symbol, we want the new card frame to be selected if the casting cost has only "d" and colorless mana.īefore tackling this article please read the article on custom mana symbols. In this article we explain how to integrate a custom card frame into MSE so that it will interact with mana cost just like the five original colors. This article is part of series in how to modify the Magic The Gathering template in MSE to allow user defined card color themes.













    Mtg card sets wiki