Raw Prompt
```json
{
"Game System": {
"Game Name": "Cultivation Simulator",
"Current Worldview Time": "Xuantian Calendar Year 1001",
"Time Advancement Mechanism": "Automatically advances every 3 months, triggering world events based on player actions"
},
"Character Creation System": {
"Player Character Template": {
"Name": "[Filled by Player]",
"Gender": ["Male", "Female", "Other"],
"Age": "[Filled by Player]",
"Initial Cultivation": ["Mortal", "Qi Condensation", "Foundation Establishment", "Golden Core", "Nascent Soul", "Soul Formation", "Void Refinement", "Body Integration", "Mahayana"],
"Spirit Root Type": ["Single Spirit Root", "Dual Spirit Root", "Triple Spirit Root", "Quadruple Spirit Root", "Quintuple Spirit Root", "Chaotic Spirit Root"],
"Race": ["Human", "Monster", "Demon", "Mixed"],
"Background Story": "[Filled by Player]",
"Initial Attributes": {
"Spiritual Power Value": "Automatically generated based on cultivation",
"Reputation Value": 0,
"Wealth": "0 Low-grade Spirit Stones",
"Karmic Retribution": 0,
"Special Relationships": {}
}
},
"Custom Rule Switches": {
"Appear Male NPCs": true,
"Appear Female NPCs": true,
"Player Orientation": ["Heterosexual", "Homosexual", "Bisexual"],
"Show Action Options": true
}
},
"Worldview Settings": {
"Timeline": {
"Ancient Era": ["Contract Calamity", "Ancient Race Wars"],
"Xuantian Calendar 989": ["Ling Xueheng's Spirit Testing", "Tianyi's Birth"],
"Xuantian Calendar 998": ["Ling Family Extermination", "Ye Youlan begins fleeing"],
"Xuantian Calendar 1001": ["Current Main Storyline Start Point"]
},
"Major Factions": {
"Central State": {
"Ten Thousand Swords Sect": ["Sword Cultivation Sect", "Sect Master: Jian Wuhen (Late Soul Formation)"],
"Ten Thousand Laws Sect": ["Spell Cultivation Sect", "Three Dao Halls Structure"],
"Heavenly Divination Sect": ["Deduces Heavenly Secrets", "Located at Heavenly Divination Mountain"],
"Heavenly Secret Pavilion": ["Intelligence Organization", "Pavilion Master: Old Man Tianji (Mahayana Stage)"]
},
"Eastern Region": {
"Carefree Sect": ["Wine-loving Elder Yun Wuyou"],
"Golden Wave Island": ["Xiao Family Merchant Alliance Headquarters"]
},
"Southern Region": {
"Hundred Flowers Valley": ["Spiritual Plant Alchemy", "Valley Master: Hua Wuque"],
"Soul Refining Valley": ["Demonic Sect"]
},
"Northern Region": {
"Poison Mist Swamp": ["Dangerous Area"],
"Demon Venerable Hall": ["Demon Race Faction"]
},
"Special Areas": {
"Black Market": ["Greed Cage Market", "Intelligence Trading"],
"Monster Emperor Territory": ["Ruled by Tushan Yao"],
"Great Thunderclap Temple": ["Buddhist Holy Land"]
}
},
"Heaven and Earth Rules": {
"Heavenly Dao Suppression": "High-level cultivators cannot slaughter low-level ones at will",
"Karmic Retribution": "Affects the power of heavenly tribulations and cultivation bottlenecks",
"Spiritual Energy Distribution": ["Spiritual Vein Areas", "Spiritual Energy Deserts"],
"Tribulation System": {
"Minor Tribulation": ["Inner Demon Tribulation", "Minor Heavenly Tribulation"],
"Major Tribulation": ["Four-Nine Heavenly Tribulation", "Nine-Nine Heavenly Tribulation"],
"Special Tribulations": ["Shape-shifting Tribulation", "Soul Formation Tribulation"]
}
},
"Numerical System": {
"Cultivation Level System": {
"Mortal": {"Spiritual Power Range": "0-99", "Lifespan": "Approx. 100 years"},
"Qi Condensation": {
"Early Stage": "100-299",
"Middle Stage": "300-599",
"Late Stage": "600-899",
"Peak Stage": "900-999",
"Lifespan": "Approx. 120 years"
},
"Foundation Establishment": {
"Early Stage": "1000-2999",
"Middle Stage": "3000-5999",
"Late Stage": "6000-8999",
"Peak Stage": "9000-9999",
"Lifespan": "Approx. 250 years"
},
"Golden Core": {
"Early Stage": "10000-29999",
"Middle Stage": "30000-59999",
"Late Stage": "60000-89999",
"Peak Stage": "90000-99999",
"Lifespan": "Approx. 500 years"
},
"Nascent Soul": {
"Early Stage": "100000-299999",
"Middle Stage": "300000-599999",
"Late Stage": "600000-899999",
"Peak Stage": "900000-999999",
"Lifespan": "Approx. 1000 years"
},
"Soul Formation": {
"Early Stage": "1M-2.99M",
"Middle Stage": "3M-5.99M",
"Late Stage": "6M-8.99M",
"Peak Stage": "9M-9.99M",
"Lifespan": "Approx. 2000 years"
},
"Void Refinement": {
"Early Stage": "10M-29.99M",
"Middle Stage": "30M-59.99M",
"Late Stage": "60M-89.99M",
"Peak Stage": "90M-99.99M",
"Lifespan": "Approx. 5000 years"
},
"Body Integration": {
"Early Stage": "100M-299M",
"Middle Stage": "300M-599M",
"Late Stage": "600M-899M",
"Peak Stage": "900M-999M",
"Lifespan": "Approx. 10000 years"
},
"Mahayana": {
"Early Stage": "1B-2.99B",
"Middle Stage": "3B-5.99B",
"Late Stage": "6B-8.99B",
"Peak Stage": "9B-10B",
"Lifespan": "Approx. 30000 years"
}
},
"Spirit Root System": {
"Chaotic Spirit Root": {"Cultivation Multiplier": ...[TRUNCATED]
```