settings.json

Description

Settings.json contains some important information about your campaign.


Duel related settings

These settings affect the user while in a Duel.
In older versions of the App, an embed of Duelingbook.com was used as the dueling simulator.
In modern versions of DDM, the App has its own simulator. However, for backwards compatibility, some of the names for these settings still reference "Duelingbook".

Life related settings

These settings affect the outcome of a campaign, or the player's life counter.

Dungeon Master related settings

These settings are only relevant for PvDM (Player versus Dungeon Master) Campaigns.

Deckbuilder related settings

These settings affect the user while deckbuilding.

Other settings

Other settings.


cardFrame

"series-10"

"series-6"

"series-3"

"series-2"

"series-1"

"rush-duel"


rarity



Object Key

The Key in the key value pair is the name of the rarity,
(EG to the right, "Shiny" and "Very_Shiny")
and is also the name of a .webp image in your /pack/ folder which is "overlayed" onto the cards of that rarity.


Object Value

The value is an array of every card name which has that rarity.
(EG to the right, ["Summoned Skull", "Red-Eyes Wyvern"]). Every copy of this card in the campaign will have this rarity.


Effect

This is purely a visual effect. It does not affect the chance of seeing certain cards in pick/pack/etc events.


"rarity": {
  "Shiny": [
      "Summoned Skull", "Red-Eyes Wyvern"
  ],
  "Very_Shiny": [
      "Dark Magician", "Blue-Eyes White Dragon"
  ],
}
  

Shiny.webp, in the /pack/ folder

Tags


In addition to rarity, you can can also assign cards a "Tag". A Tag has no visual effect for the player, but can be used in events that use the extendWithSearch / shrinkFromSearch attributes.

"tag": { "searchers": [ "E - Emergency Call", "Reinforcement of the Army" ] }