agregen

Sex Magic v1.4

Mar 9th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.69 KB | None | 0 0
  1. {
  2.   "points": {
  3.     "[artifacts]": [
  4.       2,
  5.       "yellow"
  6.     ],
  7.     "[familiars]": [
  8.       0,
  9.       "purple"
  10.     ],
  11.     "[spells]": [
  12.       0,
  13.       "violet"
  14.     ],
  15.     "Maximum mana": 0
  16.   },
  17.   "choices": {
  18.     "Artifact: Familiar": {
  19.       "color": "yellow",
  20.       "cost": {
  21.         "[artifacts]": -1,
  22.         "[familiars]": 1
  23.       }
  24.     },
  25.     "Artifact: Grimoire": {
  26.       "color": "yellow",
  27.       "cost": {
  28.         "[artifacts]": -1,
  29.         "[spells]": 1
  30.       }
  31.     },
  32.     "Artifact: Mana Gem": {
  33.       "color": "yellow",
  34.       "cost": {
  35.         "[artifacts]": -1,
  36.         "Maximum mana": 15
  37.       }
  38.     },
  39.     "Artifact: Parasitic Suit": {
  40.       "color": "yellow",
  41.       "cost": {
  42.         "[artifacts]": -1
  43.       }
  44.     },
  45.     "Artifact: Scrying Orb": {
  46.       "color": "yellow",
  47.       "cost": {
  48.         "[artifacts]": -1
  49.       }
  50.     },
  51.     "Artifact: Wand": {
  52.       "color": "yellow",
  53.       "cost": {
  54.         "[artifacts]": -1
  55.       }
  56.     },
  57.     "Class: Mage (regenerating mana)": {
  58.       "color": "orange",
  59.       "cost": {
  60.         "[spells]": 7,
  61.         "Maximum mana": 20
  62.       }
  63.     },
  64.     "Class: Mage {drawback}": {
  65.       "color": "red",
  66.       "cost": {
  67.         "[spells]": 1
  68.       }
  69.     },
  70.     "Class: Ritualist (restoring mana by ritual)": {
  71.       "color": "orange",
  72.       "cost": {
  73.         "[spells]": 9,
  74.         "Maximum mana": 10
  75.       }
  76.     },
  77.     "Class: Ritualist {drawback}": {
  78.       "color": "red",
  79.       "cost": {
  80.         "[spells]": 2
  81.       }
  82.     },
  83.     "Class: Sorcerer (infinite mana)": {
  84.       "color": "orange",
  85.       "cost": {
  86.         "[spells]": 6,
  87.         "Maximum mana": 1000
  88.       }
  89.     },
  90.     "Class: Sorcerer {drawback}": {
  91.       "color": "red",
  92.       "cost": {
  93.         "[spells]": 1
  94.       }
  95.     },
  96.     "Class: Summoner (familiar regenerating mana)": {
  97.       "color": "orange",
  98.       "cost": {
  99.         "[familiars]": 1,
  100.         "[spells]": 8,
  101.         "Maximum mana": 10
  102.       }
  103.     },
  104.     "Class: Summoner {drawback}": {
  105.       "color": "red",
  106.       "cost": {
  107.         "[spells]": 1
  108.       }
  109.     },
  110.     "Familiar: angel": {
  111.       "color": "purple",
  112.       "cost": {
  113.         "[familiars]": -1
  114.       }
  115.     },
  116.     "Familiar: arachne": {
  117.       "color": "purple",
  118.       "cost": {
  119.         "[familiars]": -1
  120.       }
  121.     },
  122.     "Familiar: cat girl": {
  123.       "color": "purple",
  124.       "cost": {
  125.         "[familiars]": -1
  126.       }
  127.     },
  128.     "Familiar: centaur": {
  129.       "color": "purple",
  130.       "cost": {
  131.         "[familiars]": -1
  132.       }
  133.     },
  134.     "Familiar: fairy": {
  135.       "color": "purple",
  136.       "cost": {
  137.         "[familiars]": -1
  138.       }
  139.     },
  140.     "Familiar: ghost": {
  141.       "color": "purple",
  142.       "cost": {
  143.         "[familiars]": -1
  144.       }
  145.     },
  146.     "Familiar: half-dragon": {
  147.       "color": "purple",
  148.       "cost": {
  149.         "[familiars]": -1
  150.       }
  151.     },
  152.     "Familiar: homunculus": {
  153.       "color": "purple",
  154.       "cost": {
  155.         "[familiars]": -1
  156.       }
  157.     },
  158.     "Familiar: kitsune": {
  159.       "color": "purple",
  160.       "cost": {
  161.         "[familiars]": -1
  162.       }
  163.     },
  164.     "Familiar: lamia": {
  165.       "color": "purple",
  166.       "cost": {
  167.         "[familiars]": -1
  168.       }
  169.     },
  170.     "Familiar: manticore": {
  171.       "color": "purple",
  172.       "cost": {
  173.         "[familiars]": -1
  174.       }
  175.     },
  176.     "Familiar: slime girl": {
  177.       "color": "purple",
  178.       "cost": {
  179.         "[familiars]": -1
  180.       }
  181.     },
  182.     "Familiar: succubus": {
  183.       "color": "purple",
  184.       "cost": {
  185.         "[familiars]": -1
  186.       }
  187.     },
  188.     "Familiar: toad girl": {
  189.       "color": "purple",
  190.       "cost": {
  191.         "[familiars]": -1
  192.       }
  193.     },
  194.     "Familiar: vampire": {
  195.       "color": "purple",
  196.       "cost": {
  197.         "[familiars]": -1
  198.       }
  199.     },
  200.     "Familiar: wight": {
  201.       "color": "purple",
  202.       "cost": {
  203.         "[familiars]": -1
  204.       }
  205.     },
  206.     "Spell: Alter World": {
  207.       "color": "violet",
  208.       "cost": {
  209.         "[spells]": -1
  210.       }
  211.     },
  212.     "Spell: Alter World (upgrade)": {
  213.       "color": "violet",
  214.       "cost": {
  215.         "[spells]": -1
  216.       }
  217.     },
  218.     "Spell: Charm": {
  219.       "color": "violet",
  220.       "cost": {
  221.         "[spells]": -1
  222.       }
  223.     },
  224.     "Spell: Charm (upgrade)": {
  225.       "color": "violet",
  226.       "cost": {
  227.         "[spells]": -1
  228.       }
  229.     },
  230.     "Spell: Enslave": {
  231.       "color": "violet",
  232.       "cost": {
  233.         "[spells]": -1
  234.       }
  235.     },
  236.     "Spell: Enslave (upgrade)": {
  237.       "color": "violet",
  238.       "cost": {
  239.         "[spells]": -1
  240.       }
  241.     },
  242.     "Spell: Erase Memory": {
  243.       "color": "violet",
  244.       "cost": {
  245.         "[spells]": -1
  246.       }
  247.     },
  248.     "Spell: Erase Memory (upgrade)": {
  249.       "color": "violet",
  250.       "cost": {
  251.         "[spells]": -1
  252.       }
  253.     },
  254.     "Spell: Immortality": {
  255.       "color": "violet",
  256.       "cost": {
  257.         "[spells]": -1
  258.       }
  259.     },
  260.     "Spell: Immortality (upgrade)": {
  261.       "color": "violet",
  262.       "cost": {
  263.         "[spells]": -1
  264.       }
  265.     },
  266.     "Spell: Normality": {
  267.       "color": "violet",
  268.       "cost": {
  269.         "[spells]": -1
  270.       }
  271.     },
  272.     "Spell: Normality (upgrade)": {
  273.       "color": "violet",
  274.       "cost": {
  275.         "[spells]": -1
  276.       }
  277.     },
  278.     "Spell: Pleasure": {
  279.       "color": "violet",
  280.       "cost": {
  281.         "[spells]": -1
  282.       }
  283.     },
  284.     "Spell: Pleasure (upgrade)": {
  285.       "color": "violet",
  286.       "cost": {
  287.         "[spells]": -1
  288.       }
  289.     },
  290.     "Spell: Porn Physics": {
  291.       "color": "violet",
  292.       "cost": {
  293.         "[spells]": -1
  294.       }
  295.     },
  296.     "Spell: Porn Physics (upgrade)": {
  297.       "color": "violet",
  298.       "cost": {
  299.         "[spells]": -1
  300.       }
  301.     },
  302.     "Spell: Summon Familiar": {
  303.       "color": "violet",
  304.       "cost": {
  305.         "[familiars]": 2,
  306.         "[spells]": -1
  307.       }
  308.     },
  309.     "Spell: Summon Familiar (upgrade)": {
  310.       "color": "violet",
  311.       "cost": {
  312.         "[familiars]": 3,
  313.         "[spells]": -1
  314.       }
  315.     },
  316.     "Spell: Summon Toy": {
  317.       "color": "violet",
  318.       "cost": {
  319.         "[spells]": -1
  320.       }
  321.     },
  322.     "Spell: Summon Toy (upgrade)": {
  323.       "color": "violet",
  324.       "cost": {
  325.         "[spells]": -1
  326.       }
  327.     },
  328.     "Spell: Time Stop": {
  329.       "color": "violet",
  330.       "cost": {
  331.         "[spells]": -1
  332.       }
  333.     },
  334.     "Spell: Time Stop (upgrade)": {
  335.       "color": "violet",
  336.       "cost": {
  337.         "[spells]": -1
  338.       }
  339.     },
  340.     "Spell: Transform": {
  341.       "color": "violet",
  342.       "cost": {
  343.         "[spells]": -1
  344.       }
  345.     },
  346.     "Spell: Transform (upgrade)": {
  347.       "color": "violet",
  348.       "cost": {
  349.         "[spells]": -1
  350.       }
  351.     }
  352.   }
  353. }
  354.  
Add Comment
Please, Sign In to add comment