Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created March 21, 2017 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/aaafcf89397e41bc0893c11bc6cdc9c4 to your computer and use it in GitHub Desktop.
Save anonymous/aaafcf89397e41bc0893c11bc6cdc9c4 to your computer and use it in GitHub Desktop.
name: "Mortal Realm",
description: "The first realm in the road of a cultivator.",
cultivationmax: 100,
breakthroughchance: 100
},
{
name: "Novice Saint Realm",
description: "You have ascended the Mortal Realm and started to walk the true path of the Dao.",
cultivationmax: 1500,
breakthroughchance: 90
},
{
name: "Profound Saint Realm",
description: "You start gaining insight on the profoundness of the Dao.",
cultivationmax: 22500,
breakthroughchance: 80
},
{
name: "Earth Saint Realm",
description: "You start gaining insight into the laws of the earth.",
cultivationmax: 337500,
breakthroughchance: 70
},
{
name: "Heaven Saint Realm",
description: "You start gaining insight into the laws of heaven.",
cultivationmax: 5062500,
breakthroughchance: 60
},
{
name: "Great Saint Realm",
description: "You have transcended the laws of heaven and earth and became a Great Saint.",
cultivationmax: 75937500,
breakthroughchance: 50
},
{
name: "Novice Emperor Realm",
description: "Placeholder",
cultivationmax: 1139062500,
breakthroughchance: 40
},
{
name: "Profound Emperor Realm",
description: "Placeholder",
cultivationmax: 17085937500,
breakthroughchance: 30
},
{
name: "Earth Emperor Realm",
description: "Placeholder",
cultivationmax: 256289062500,
breakthroughchance: 20
},
{
name: "Heaven Emperor Realm",
description: "Placeholder",
cultivationmax: 3844335937500,
breakthroughchance: 15
},
{
name: "Profound Emperor Realm",
description: "Placeholder",
cultivationmax: 57665039062500,
breakthroughchance: 10
},
{
name: "Great Emperor Realm",
description: "Placeholder.",
cultivationmax: 864975585937500,
breakthroughchance: 5
},
{
name: "Divine Realm",
description: "Placeholder",
cultivationmax: 1.29746337890625e+16,
breakthroughchance: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment