Advertisement
otfr

RPG Game

Feb 28th, 2024
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.15 KB | None | 0 0
  1. {
  2.   "player": {
  3.     "name": "Aether",
  4.     "level": 20,
  5.     "experience": 15000,
  6.     "health": 2500,
  7.     "mana": 1200,
  8.     "element": "Anemo",
  9.     "weapons": [
  10.       {
  11.         "name": "Freedom Sworn",
  12.         "type": "Sword",
  13.         "stats": {
  14.           "attack": 500,
  15.           "criticalRate": 25
  16.         }
  17.       },
  18.       {
  19.         "name": "Stringless",
  20.         "type": "Bow",
  21.         "stats": {
  22.           "attack": 450,
  23.           "elementalMastery": 80
  24.         }
  25.       }
  26.     ],
  27.     "artifacts": [
  28.       {
  29.         "name": "Viridescent Venerer",
  30.         "setBonus": {
  31.           "2-piece": "Anemo Damage Bonus +15%",
  32.           "4-piece": "Swirl DMG +60%"
  33.         }
  34.       },
  35.       {
  36.         "name": "Wanderer's Troupe",
  37.         "setBonus": {
  38.           "2-piece": "Elemental Mastery +80",
  39.           "4-piece": "Increases Charged Attack CRIT Rate by 50% and reduces its energy cost by 20%"
  40.         }
  41.       }
  42.     ],
  43.     "talents": {
  44.       "normalAttack": {
  45.         "name": "Foreign Ironwind",
  46.         "damageScaling": {
  47.           "baseMultiplier": 100,
  48.           "attackScaling": 80
  49.         }
  50.       },
  51.       "elementalSkill": {
  52.         "name": "Starfell Sword",
  53.         "cooldown": 8,
  54.         "damageScaling": {
  55.           "baseMultiplier": 120,
  56.           "elementalMasteryScaling": 50
  57.         }
  58.       },
  59.       "elementalBurst": {
  60.         "name": "Wake of Earth",
  61.         "energyCost": 60,
  62.         "damageScaling": {
  63.           "baseMultiplier": 200,
  64.           "attackScaling": 100
  65.         }
  66.       }
  67.     },
  68.     "constellations": {
  69.       "C1": "Gathering the Wind",
  70.       "C4": "Impetuous Winds"
  71.     },
  72.     "inventory": [
  73.       {
  74.         "name": "Mystic Crystal",
  75.         "type": "Consumable",
  76.         "effect": "Restores 500 health and 300 mana"
  77.       },
  78.       {
  79.         "name": "Winged Elixir",
  80.         "type": "Consumable",
  81.         "effect": "Grants temporary flight for 60 seconds"
  82.       }
  83.     ]
  84.   },
  85.   "companions": [
  86.     {
  87.       "name": "Diluc",
  88.       "element": "Pyro",
  89.       "weapon": {
  90.         "name": "Wolf's Gravestone",
  91.         "type": "Claymore",
  92.         "stats": {
  93.           "attack": 600,
  94.           "criticalDamage": 50
  95.         }
  96.       },
  97.       "artifacts": [
  98.         {
  99.           "name": "Crimson Witch of Flames",
  100.           "setBonus": {
  101.             "2-piece": "Pyro Damage Bonus +15%",
  102.             "4-piece": "Increases Overloaded and Burning DMG by 40%. Increases Vaporize and Melt DMG by 15%. Using an Elemental Skill increases 2-Piece Set effects by 50% for 10s. Max 3 stacks."
  103.           }
  104.         },
  105.         {
  106.           "name": "Gladiator's Finale",
  107.           "setBonus": {
  108.             "2-piece": "ATK +18%",
  109.             "4-piece": "If the wielder of this artifact set uses a Sword, Claymore, or Polearm, increases their Normal Attack DMG by 35%"
  110.           }
  111.         }
  112.       ],
  113.       "talents": {
  114.         "normalAttack": {
  115.           "name": "Tempered Sword",
  116.           "damageScaling": {
  117.             "baseMultiplier": 120,
  118.             "attackScaling": 100
  119.           }
  120.         },
  121.         "elementalSkill": {
  122.           "name": "Searing Onslaught",
  123.           "cooldown": 10,
  124.           "damageScaling": {
  125.             "baseMultiplier": 150,
  126.             "attackScaling": 120
  127.           }
  128.         },
  129.         "elementalBurst": {
  130.           "name": "Dawn",
  131.           "energyCost": 80,
  132.           "damageScaling": {
  133.             "baseMultiplier": 250,
  134.             "attackScaling": 150
  135.           }
  136.         }
  137.       },
  138.       "inventory": [
  139.         {
  140.           "name": "Phoenix Feather",
  141.           "type": "Material",
  142.           "description": "A flame-imbued feather from a Pyro Regisvine. Handle with care."
  143.         }
  144.       ]
  145.     },
  146.     {
  147.       "name": "Fischl",
  148.       "element": "Electro",
  149.       "weapon": {
  150.         "name": "Rust",
  151.         "type": "Bow",
  152.         "stats": {
  153.           "attack": 400,
  154.           "attackPercentage": 15
  155.         }
  156.       },
  157.       "artifacts": [
  158.         {
  159.           "name": "Thundering Fury",
  160.           "setBonus": {
  161.             "2-piece": "Electro DMG Bonus +15%",
  162.             "4-piece": "Superconduct, Overloaded, and Electro-Charged have a 40% chance to generate an Electro Elemental Particle (non-Resin, non-Mora)."
  163.           }
  164.         },
  165.         {
  166.           "name": "Gladiator's Finale",
  167.           "setBonus": {
  168.             "2-piece": "ATK +18%",
  169.             "4-piece": "If the wielder of this artifact set uses a Sword, Claymore, or Polearm, increases their Normal Attack DMG by 35%"
  170.           }
  171.         }
  172.       ],
  173.       "talents": {
  174.         "normalAttack": {
  175.           "name": "Bolts of Downfall",
  176.           "damageScaling": {
  177.             "baseMultiplier": 100,
  178.             "attackScaling": 80
  179.           }
  180.         },
  181.         "elementalSkill": {
  182.           "name": "Nightrider",
  183.           "cooldown": 8,
  184.           "damageScaling": {
  185.             "baseMultiplier": 130,
  186.             "elementalMasteryScaling": 60
  187.           }
  188.         },
  189.         "elementalBurst": {
  190.           "name": "Midnight Phantasmagoria",
  191.           "energyCost": 60,
  192.           "damageScaling": {
  193.             "baseMultiplier": 180,
  194.             "attackScaling": 120
  195.           }
  196.         }
  197.       },
  198.       "constellations": {
  199.         "C1": "Gaze of the Deep",
  200.         "C6": "Night Prince"
  201.       },
  202.       "inventory": [
  203.         {
  204.           "name": "Thundering Essence",
  205.           "type": "Material",
  206.           "description": "A crystal infused with the essence of Electro energy. Highly conductive."
  207.         },
  208.         {
  209.           "name": "Raven Feather",
  210.           "type": "Material",
  211.           "description": "A sleek and iridescent feather from Oz, Fischl's raven companion."
  212.         }
  213.       ]
  214.     }
  215.   ],
  216.   "world": {
  217.     "regions": ["Mondstadt", "Liyue", "Inazuma", "Sumeru"],
  218.     "currentRegion": "Inazuma",
  219.     "locations": [
  220.       {
  221.         "name": "Wangshu Inn",
  222.         "level": 35,
  223.         "enemies": ["Electro Hilichurl", "Ruined Guard"],
  224.         "boss": "Electro Hypostasis"
  225.       },
  226.       {
  227.         "name": "Inazuma City",
  228.         "level": 40,
  229.         "enemies": ["Fatui Pyro Agent", "Electro Cicin Mage"],
  230.         "boss": "Pyro Regisvine"
  231.       },
  232.       {
  233.         "name": "Sakura Sanctuary",
  234.         "level": 45,
  235.         "enemies": ["Ruined Hunter", "Cryo Abyss Mage"],
  236.         "boss": "Geo Hypostasis"
  237.       }
  238.     ]
  239.   },
  240.   "quests": [
  241.     {
  242.       "name": "Secrets of the Storm",
  243.       "level": 25,
  244.       "description": "Uncover the mysteries of the Electro Archon in Inazuma."
  245.     },
  246.     {
  247.       "name": "Dragon's Roar",
  248.       "level": 30,
  249.       "description": "Investigate the disturbances caused by Stormterror in Mondstadt."
  250.     },
  251.     {
  252.       "name": "Lost Ruins",
  253.       "level": 35,
  254.       "description": "Explore the ancient ruins hidden in the depths of Liyue."
  255.     }
  256.   ],
  257.   "achievements": [
  258.     {
  259.       "name": "Master of Elements",
  260.       "description": "Unlock all elemental abilities for the Traveler."
  261.     },
  262.     {
  263.       "name": "Legendary Artisan",
  264.       "description": "Craft a 5-star weapon at the blacksmith."
  265.     },
  266.     {
  267.       "name": "Champion of the Abyss",
  268.       "description": "Reach Floor 12 in the Spiral Abyss."
  269.     }
  270.   ]
  271. }
Tags: RPG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement