File size: 37,305 Bytes
cbd1a88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
Back

Go to ProgressionFantasy
r/ProgressionFantasy
•
3y ago
HiImThinkTwice

A brief introduction to the wonderful world of Xianxia (For readers and writers!)
So you're new to Progression Fantasy and you've discovered Xianxia. Or maybe you saw the funny word and thought you'd click this thread. Either way, congrats! Its a heck of a ride. Whether you're a reader, a writer, or a happy-go-lucky passer-by in this (short) introduction I'll be happy to try and give you an overview of the genre.

Full disclosure, I wrote this writeup as a comment for another post and then realised it could be its own post. So I'm putting it here for anyone curious.



Now then, let's dive in!


Xianxia? I don't even think that's a word.

But it is!

Xianxia, for the most part, is a genre that focuses on an MC living in a society where people seek immortality. The genre has its roots in Chinese mythology and society, but it isn't 100% necessary to know their mythology or society in order to understand and enjoy the fictions. I would say that if you want to go in blind, then that's going to lead to a lot of fun as you run into these amazing new realms!

But there are a few key aspects of the genre that are fun to know beforehand. And it can be a tiny bit confusing if you don't.


A system? I don't even know them!

Every Xianxia book has a system of progression. This is because the aim of many MCs and the societies focused on in Xianxia novels is to reach immortality or get stronger. For the sake of not being confused with the popular LitRPG genre, let's call these systems 'Xianxia progression systems. At their heart they are exactly as they sound, systems designed to allow the MCs of Xianxia novels to progress.

A Xianxia progression system will almost always focus on two aspects: Cultivation, and the dao. The stages of progression are usually labelled in stages or realms.

E.g: first realm, second realm, third realm, etc.

Or alternatively, they can have named stages;

E.g: spiritual stage, foundational stage, core stage, nascent soul stage, etc

LitRPG Comparison: These stages are essentially levels. As the mc goes up a stage, they are levelling up directly in multiple ways.

The important thing to remember isn't the names, but the fact that these stages progress upwards and that each stage is stronger than the last in important ways. Think of these realms as a ladder. Each step upwards is stronger than the one before them. I mean, that would be a pretty crappy ladder, but ultimately the goal in a Xianxia is to climb to the top without falling down so who cares if they have weak lower steps.

All of these stages are reached through the sole method of training in the progression system; Cultivation.


Cultivate? I can't even procreate!

Cultivation: Most Xianxias will focus on cultivation, aka the training method used by Xianxia MCs. Why? Because cultivation is how people achieve immortality in Xianxias. More importantly, cultivation is how people progress in this type of fantasy.

But what is cultivation exactly? What do people cultivate? And how does it help them achieve immortality? And what happens after immortality?

Cultivation is the improvement of a persons body, soul, or inner self/mental self in order to reach the progression stages mentioned before. Progression fantasy stories tend to focus on the improvement of body and soul because it's easier to show progress in those areas. Enlightenment, training, or meditation are all ways that MCs in Xianxia novels progress through stages of progress. Each one, in their own way, can be considered types of cultivation.

LitRPG Comparison: Cultivation is training needed to get the experience points required for levelling up. You cultivate to gain levels (reached higher stages in Xianxia). The main difference is that cultivating also provides minor powerups between each stages. So it still matters for strength even if the MC hasn't risen to a higher stages yet.

The main energy source cultivated to improve a person's chances at immortality in a Xianxia novel is Qi (life energy).


You've got to the Qi to my heart! Please give it back, I'm dying.

Qi! Wow, that's a strange word, but it'll become your best friend. But what is this mysterious substance that is used to empower gods and immortals and tears apart the heavens and the earth?

Qi is mana. There. I said it. Fight me.

It is also the Xianxia equivalent of experience points. More Qi = more progress in the experience bar to the next level.

To elaborate, qi is the energy used to strengthen the MC in a variety of ways and is used to power their progress toward immortality. It is everywhere in the world in different amounts (like mana), though usually an MC starts off in an area with low qi. MCs cultivate this energy like a plant, growing the amount that is inside them and using that energy to reach higher stages of power. This energy can be used to power magical attacks (like mana), can be infused into objects to make them stronger (like mana), and it gathers inside the MC and other people, usually forming a ball of condensed energy called a dantian. (Dantian being the name of the organ that houses the qi)

This energy is the lifeblood of the progress part of Xianxia novels, but it isn't the only aspect of progression.

To truly understand Xianxia, we have to talk about the Dao.


Dao? I said I wanted to eat bao!

'Dao' means 'path'. The Dao is the Path.

What path?

The path to enlightenment and immortality! Okay, I know that isn't very clear. So let me be a maid for a second and clear that right up for you.

There is a philosophy in Xianxia novels that there is a path to immortality, and that by following this path the MC can achieve immortality. This path is called the Dao. Any MC that receives or achieves any sort of progress in a Xianxia fiction is already on the path to immortality, aka the Dao. (Hint: Its all of them).

The path (Dao) is usually taught to the MC and others in the Xianxia world by sects aka schools. These schools usually focus on a single aspect of the path to power, e.g elemental paths such as fire and water could be seen as Dao's of fire and water. The deeper the understanding a character has of these aspects of power, the further they can progress.

However, not everyone follows the same path (Dao). Some believe that power is gained through symbols, others through forgiveness. As their understanding of a single aspect of the universe (whether that be fire, water, air, hunger, darkness, space, etc) improves, so too does their dao. This is because they are improving their understanding of the path they are travelling.

Essentially, the Dao is the universe, and the Dao is also the understanding the characters have of that universe. It is the joy and beauty in the world, and its wonders and majesty. It is every dark corner of the human heart and every wicked thought that has touched our minds. It grants power beyond imagination, and yet can be found in the flapping of a hummingbirds wings. The dao exists for all, so long as they understand that the path they pick is the one they have to travel.


But for all those fine people who would like me to describe it in LitRPG terms...

Dao's are classes. Like, not a school class, I mean a video game [Class]. Path of Fire? More like [Fire mage]. Dao of Punching? More like [Monk class]. Dao of singing? [Bard]. You get the drift. Any path of power or progression picked by the MC is a Dao. It is also their [Class]. If you see someone in a Xianxia book and they follow the Dao of [X] then that means that is their [Class]. Their level is the stage they've cultivated to as previously mentioned.

However, its not that simple. The Dao is also another Xianxia progression system in itself, and by understanding it more the MC can level up their [Class] and grow more powerful. Think of it like an evolving [Class] that grows more powerful as people understand it better. Regardless of how high or low level an MC is in cultivation stages, they can also evolve their [Class] to grow in power. This is why sometimes people in Xianxia novels can be high level (high stage) but lose to an MC who has a better [Class] (Dao). Since the MC in that case has a high level [Class] that they've evolved.


Achieve immortality? I thought you said immorality! Welp, I'm going to jail.

But why go through all the trouble of cultivation and Dao understanding? Well, if stages are levels, cultivation is training, qi is experience, and the Dao is the MC's [Class] then immortality is the end game. Every Xianxia world has immortality as the end goal. Cultivators strive to achieve it, and mortals admire those that are on the path toward it. Every Xianxia will eventually guide the MC on the path toward immortality and reaching it is the pinnacle of everything the MC wants.


But wait, there's more!

Okay, lets be realistic, videogames don't end at the endgame. They end in NG+ (newgame+). And Xianxia novels provide this mechanic too. If you read a novel and the MC actually reaches immortality, you'll usually find that they ascend to a higher realm (aka move to another dimension or realm) where other immortals reside. This way the MC can show how amazing they are to people that are infinitely more powerful and older than every other character they've met, but who are somehow mostly the same. So keep in mind when you see that someone has 'ascended' in a novel, it usually means they went into this place (new game+ world) and are waiting for the MC to come meet them.


Do I recommend any Xianxia's in particular?

I don't tend to recommend Xianxias tbh. But you may recognise some of r/progressionfantasy's favourites are actually in the Xianxia genre. For example, Cradle. And of course who can forget the other recommended Xianxia, Cradle. When you've finished it, I recommend a healthy dose of re-reading Cradle. I joke, but in all honesty it is a very popular genre with a wide variety of titles that each contain their own awesome worlds!


End notes? But I want more!

Xianxia is a very fun genre. There's no doubt about it. I can't even begin to describe all the tropes and specific occurrences in the genre, but I can tell you that you won't regret getting into it. There are entire worlds out there crafted by amazing authors that are just ripe for exploration, and my small write-up doesn't even begin to cover it.

Wonder? Joy? Gold? Treasure? All these and more can be found in the depths of the pages of Xianxia novels. Just be careful, because once you're in there...

You may never come out!
Ps: Cradle is worth it.

374
·
54
Comments Section
u/enrook avatar
enrook
•
3y ago
We also need an introduction to Not Xianxia.

There are two main categories of Not Xianxia that folks are often calling xianxia. The first is martial arts stories: wuxia. Wuxia, literally meaning something like "martial heroes", is about people who go around doing martial arts stuff: they learn new techniques, compete in events, spar with other martial artists, right wrongs, pursue grudges, and so on. Wuxia stories are usually set in a lightly fictionalized historical China. Wuxia tends to not really be progression fantasy; the heroes will definitely grow in power over the course of the story, but it won't be as clear and discrete of a progression as you see in xianxia (no Golden Core, etc.)

Wuxia and xianxia are closely related; the immortals you see in a xianxia novel usually also learn martial arts, compete in tournaments and do lots of this other stuff too. And the Daoist hermit who uses strange techniques is a stock character in wuxia. But the main difference is that wuxia stars idealized versions of martial artists; it's more grounded. Nobody in a wuxia story is going to be riding a flying sword, then sending it out to take the heads of enemies from a mile away. In contrast, xianxia stems from stories of mysterious immortals who live in their own society, separate from mortals. (And also from the idea that study and practice of the Dao can lead to immortality.) If almost every character can hope to live for hundreds of years, and most of their goals are to reach immortality, that's not wuxia.

A classic wuxia series is Legend of the Condor Heroes. Actually, in many ways Dragon Ball is a wuxia series set in the modern day.

The second category of Not Xianxia is Chinese progression fantasy that, well, isn't xianxia. (My understanding is that this is usually called xuanhuan, but I don't have a deep understanding of the term.) Xianxia was hugely influential in the Chinese web serial scene, so you see a lot of series that blend elements of xianxia with other settings. A prominent example is Coiling Dragon, famous among English-speakers for having a passable translation and keeping up a consistent level of quality over many chapter. (Just... don't ask what that level of quality is...) These series tend to have the discrete power levels and long lifespans you see in xianxia, as well as some of the same ideas, like ascending to a new realm in order to have more adventures and get more powerful. But they're less grounded in Chinese fantasy, and have influences from other cultures instead. Everybody in Coiling Dragon has a Western name, and you see mages, warriors, paladins, angels, and so on; in contrast, you don't really see immortals flying around on flying swords, or sitting in contemplation trying to understand their dao.

Apparently Deathblade has a book on Kindle Unlimited explaining this subject in detail. Deathblade translated a lot of classic xianxia, so he knows his stuff, probably a lot better than me.


51
i_dont_wanna_sign_up
•
3y ago
You are correct, Xuanhuan is a good label for progression fantasy that isn't strictly Xianxia. Of course, there are a lot of mixing of concepts now.

I wouldn't really label Dragonball as Wuxia though. Maybe the early arcs could just barely fit, but certainly not by adult Goku arcs. Journey to the West itself is a Chinese mythological fiction that sees Sun Wukong fight gods and demons, so it's much closer to Xianxia really.

17
u/billymike420 avatar
billymike420
•
3y ago
Highly recommend u/deathbladesjz 's book. It's a great primer for the genre.


9
u/deathbladesjz avatar
deathbladesjz
•
3y ago
Thanks for the shoutout. Hopefully my book provides some good insights!

11
shamanProgrammer
•
3y ago
I've always seen Wuxia MCs as the mortals in a Xianxia world. The MCs in Xianxia wants to obtain power from some reason and that can't be found just practicing martial arts.


In LitRPG terms, Wuxia MCs are the High Level Non-Boss NPCs in a video game while Xianxia MCs are the player characters/avatars.

In anime terms:
Wuxia is Part 1 Rock Lee, who can't use chakra(Qi) but relies on martial arts.
Xianxia is Part 1 Naruto who is the reincarnated spirit son of an old hermit who ascended and can tap into the Dao of Bonds to turn enemies to allies.


9
hachiman
•
3y ago
Pardon me, fellow Naruto fan, but Rock Lee can use Chakra, he cant mold it to perform anything except taijutsu technique. The 8 gates explicitly up the amount of chakra he can push thru his body.


4
shamanProgrammer
•
3y ago
True, he does have it as it's in his DNA thanks to Hagoromo, he just can't mold it like normal.

3
u/Aggressive_Elk_2563 avatar
Aggressive_Elk_2563
•
2y ago
They're similar since Rock Lee and Wuxia characters have Qi/chakra but they take the martial art superpower route.

1
u/Toa29 avatar
Toa29
•
3y ago
My favorite way to describe wuxia is "Crouching Tiger, Hidden Dragon". Take martial arts to the extreme. Peak, borderline super human but not superhero/magic levels. Also is a little bit parallel to Arthurian stories where knightly virtues matter and there may be monsters to slay.

6
JKPhillips70
•
3y ago
Yes, but how do we pronounce it!?!


27
[deleted]
•
3y ago
I know you’re probably teasing but in case anyone was genuinely wondering: the x in Chinese is pronounced mostly like a “sh” sound

And so it would be shianshia. Pronounced fluidly as the “ia” blends to a “ya” sound.

(About the x, this depends on your regional accent tbh, some areas pronounce it more as an s sound. So anyone who learned Chinese in the south, don’t attack me, I’m just telling the Beijing pronunciation, ok)

18
u/ImplodingRain avatar
ImplodingRain
•
3y ago
Other people have given good English approximations, but if you want to pronounce it like a native speaker, try moving your tongue a little further back in your mouth when you say the “sh” sound than you would in English. This is called a “palatal sibilant” if you want to google it. The vowel sound is kinda between the “e” in “bed” and the “a” in “apple”. Add a “y” sound between the “sh” and the “a”.

Now for the tones. “Xian” has a flat high tone, and “xia” has a rising tone.

So all together it’s shyan (high tone) shya (rising tone).

2

5 more replies
u/VincentATd avatar
VincentATd
•
3y ago
Will Wight personal favorite Xianxia novels.

Against the Gods, Desolate Era, Coiling Dragon, Martial World, Spirit Realm, Heavenly Jewel Change, and Sovereign of the Three Realms, among others.

https://www.willwight.com/a-blog-of-dubious-intent/the-ancestors-of-cradle


34
u/st1cks_UPSB avatar
st1cks_UPSB
•
3y ago
+1 for martial world. technically its a xuanhuan novel but its the one i have the most fun with out of all the novels listed

11
u/Lightlinks avatar
Lightlinks
•
3y ago
Coiling Dragon (wiki)
Desolate Era (wiki)
Sovereign of the Three Realms (wiki)
Against the Gods (wiki)

About | Wiki Rules | Reply !Delete to remove | [Brackets] hide titles

4
Yahallo_
•
3y ago
Blessed be that there's a chance Will Wight saw the horny and cringe memes I've posted in ATG comment section LMAOO

4
PrimaryZeal
•
3y ago
Anyone not exposed to Chinese novels but looking for something to read should read Lord of the Mysteries. It is long like many xianxia, but has a well thought out story the whole way through and a great progression system, in terms of the mc’s personal strength, advanced knowledge of the world and a team building aspect. All names are English and the translation is excellent. Story is slow up until mc gets the basic powers but is one of my favourite prog fantasy books

16

2 more replies
[deleted]
•
3y ago
Tbh for anyone looking to get into xianxia translations, I think Ave Xia Rem Y bridges the gap between western takes on xianxia and original xianxia. Its title implies that it’s a satirical tropefest but in actuality it’s a very respectful take on beloved themes in a way that somehow keeps them fresh.

Plus I think the world building is beginner-friendly.

12
walrus_operator
•
3y ago
Fantastic introduction! I wish it existed when I started reading xianxias. I like them more than LitRPG because they approach the idea of Dao and tend to be a bit more philosophical.

Achieve immortality? I thought you said immorality! Welp, I'm going to jail.

hahaha

12
u/DreamOfDays avatar
DreamOfDays
•
3y ago
Don’t forget! Everyone on the higher stage is also 1 asshole level higher than the previous stage unless they’re the MC’s ally. Each level is a 10x multiplier of asshole tendencies than the previous level.

8
No_Conference493
•
10mo ago
Good introduction. Helped me understand Xianxia novels even further, especially since I'm reading one right now, called "My Longevity Simulation". It's a decent novel, but slightly difficult to understand at times, even if the translator is doing a good job. Also some flaws. But overall good. I sidetracked a bit there, but this post was good and increased my understanding of what I'm reading right now.

4
u/Sunrise-CV avatar
Sunrise-CV
•
3y ago
What about Wuxia and Xuanhuan? We must be enlightened, oh wise one.

3

1 more reply
GodTaoistofPatience
•
3y ago
If you want dive a bit more in xianxia related stuff like the tropes of the genre, the self derision of its readers and the like, give a go to r/MartialMemes

3
u/KokoaKuroba avatar
KokoaKuroba
•
3y ago
If we're talking about Xianxias, we should also plug in r/noveltranslations because most of the Xianxia stuff is made by Chinese authors.

r/noveltranslations is a community that mostly discusses these types of novels.

3
u/Jadenmist avatar
Jadenmist
•
3y ago
Great explanation. I like how you're equating Qi to mana. That makes sense. If you train to increase the amount of Qi you have, you can essentially "use more magic." Or use it for longer. It's like magical endurance or something.


I've never heard of cultivation in terms of striving to be immortal, however. That's new to me, so thanks for the primer. I mean, we're kind of doing that in the real world with ppl like David Sinclair studying aging as a disease. So who knows, maybe we'll all be living in a Xianxia someday.


3
u/LORROR avatar
LORROR
•
2y ago
In Chinese legends, gods are not appointed or dismissed by the supreme god. A mortal can become a god through practice. Perhaps this can explain why China does not have a strong religion, because we value people more.

2
u/enrook avatar
enrook
•
3y ago
If you're looking to get into translated xianxia, I'd recommend Ascending, Do Not Disturb. It's relatively short, entertaining, and as a romance with a female protagonist, it treats its female characters with more respect than most of the Chinese xianxia series with male protagonists do.

5

1 more reply
J_J_Thorn
•
3y ago
I learned some stuff haha thanks!

2
MoneyPenny2607
•
3y ago
Love your writing style. 😊

2
u/Aware_Ad5403 avatar
Aware_Ad5403
•
2y ago
You forgot the negative iQ everyone in xianxia novels have especially young masters

1
u/osures avatar
osures
•
1y ago
thank you, I was wondering about that in the context of modern stories

1
franz2595
•
1y ago
Xanxia - Genre. There others like Wuxia or Xuanhuan.

Summary:

You are a mortal. By birth, you can either be lucky or unlucky. If unlucky, you will stay as a mortal. If lucky, you will be born with talents / attributes usually called spirit root. This helps you sense Qi or Mana. Without it you cannot sense Qi and therefore you cannot cultivate it in your body. Its like this. You breathe air, but can you sense the elements in it? Nah. you just breathing air bro. So depending on the talent you can either sense it or if you are a billion in one lucky, you can be like aang and have more affinities and therefore easily can cultivate unlike others.

Once you sense qi, you guide it using your meridians. Most novels, this veins like structure in your body called meridians are located within you but metaphysical in nature. It doesnt physically exists but its within you. Same as where you store your qi which is called dantian. its mostly located below your navel. Its also metaphysical.

So how do you cultivate? So since you can sense qi, you guide it to your meridians, but how? You need technique. Breathing technique like yoga or meditation as it allows you to control it. Depending on your technique, it differs on efficiency, how many you can control and which pathways it goes to in your meridian channels (veins). While you guide it to your meridian, you also refine it so it gets accustomed to your body or else you want to explode and die. While also guiding it in your metaphysical meridians, it now improves your physical body and nourish it. Thats why you stay young, you dont get hungry or you need little suntenance at first but later on you wont need to eat any longer, even if you eat you dont poop, and your skin gets black gooey stuff which are impurities expelled outside your body.

So whats the goal now in early part? Qi is not gas but it can be similar to a gaseous state so you store it in your dantian. what if it gets full? you will further refine this qi until it turns into droplets. thats how you also level up your cultivation. You will always start with 1st qi refinement, then 2nd qi refinement, depending on the novel, the max level of this stage can be 10th, 12th, 13th or whatever.

So what now? once you are filled to the brim, full of what liquid qi? You now have the qualifications to move to the next stage. Its called foundation establishment. You will try your best to expand your metaphysical qi storage called dantian til the puddle you form become a stream, a lake until a sea.

(did you watch naruto? the kyuubi '9 tailed fox' as big as burj khalifa is sealed inside naruto'. He can access it using his mind. Your dantian is similar) maybe its just a 0.5 sqm apartment. maybe even smaller, but you try to expand it. Once you reach a certain size, you have broken through the early stage (level 1) of foundation establishment. You will then proceed to middle, late and peak stage (meaning you cannot expand it any longer) Once its full, you will have the qualifications to breakthrough the next stage which is called Golden core.

note: xanxia came from china and they love sayings idioms phrasing whatsoever. so there are also novels where they implemented that "HAVING A SOLID FOUNDATION" is important. Like a house / building maximum height / storeys / floors will be limited if you don't have a solid foundation (saying that you cannot go much on your cultivation and you will be stuck in a certain stage). So in some novels, you dont have to go to the very peak stage of each cultivation level. The breakthrough difficulty while still hard is now somewhat easier. But the end result is you have poorer foundation, you're weakever compared to talented/genius cultivators who waited to broke through. Some geniuses would even prevent themselves from breakingthrough until they break through naturally. Which makes them have the most possible solid foundation and will be a lot stronger than their counter parts (early stage foundation establishment defeating peak stage or even the next stage opponent 'golden core')

Basically you try your best to compress everything in hopes you can solidify this qi and turn it into a core. usually sphere in shaped making all stored ocean of qi in your dantian to be compressed and solidify. If successful, you can now touch the mysteries of the universe, similar to how you cant sense qi without spirit roots, you also cannot comprehend or at least detect or feel the universe, how it works, etc. also congratulations, your core revolves by itself ergo generating qi by itself so you become a qi generator.

In this stage, it differs by novel cause you know, authors. Any way, the idea is you will use your new golden core to NOURISH your soul. Soul? can you even detect your soul? yeah somehow you can feel it once you reach this stage. Once fully nourished which means you also reach the max level of this stage which is peak golden core, you are now qualified to breakthrough to the next level called Nascent Soul. some novel, your golden shatter its outer shell and the nascent soul comes out. Others explodes/shatters their core, so the nascent soul can comeout and reform their core again.

As an early stage nascent soul expert, you can now explore the world using your nascent soul. You feel closer to the dao (laws of the world and how it operates. it feels like youre a physicists). Even if your body dies, your soul can escape. You can also possess another body to be reborn somehow.

The next stages are now grey area cause most novels would have different names / interpretation at this point.


1
franz2595
•
1y ago
Some additional info about Dao an example from real life.

preliminary understanding - moving your hand is something you can do naturally with just a thought
entry understanding - it seems you can increase the pace of moving your hands and strength
minor understanding - it seems that an organ called brain moves your hand by sending signals
some understanding - then how do you control your brain? Do you do it naturally? (more questions)
understanding - who am I? am I the brain? Does that mean I am just made up of blob organ operating a skeletal robot (bones) made up with flesh armor(body) ?
further understanding - so what's my existence if not the brain? soul? spirit? Where am I contained?

So do you get the gist? basically you're trying to understand something and then it gets more complicated and complicated. the more you understand. And thats just one aspect, moving your hand. If you have comprehended a lot already, it looks like this:

further (some more) understanding - wait so I affect the particles elements around me when I move my hand like this (you're now spreading your understanding of dao)
further (a lot) understanding - wait so moving my hand and swinging it like this causes typhoon in another part of the world? (butterfly effect and how the world works)

at the end it goes like this

peak understanding - I understand what the big bang is, whats before that. Whats inside the event horizon of black holes. I can create an unlimited realities, universes, i am God.

For millenials, I bet you would understand this even more if you know Matrix. In Matrix, they are all hackers bending the rules of the world right? They can jump higher, move faster and punch stronger. Neo went on steroids and bended the law of the world and he could fly. its similar to what characters in xanxia do with Dao. The more understanding they have with it, the more feats they can do and the more powerful they become.

1
franz2595
•
1y ago
Some additional info about Dao an example from real life.

preliminary understanding - moving your hand is something you can do naturally with just a thought
entry understanding - it seems you can increase the pace of moving your hands and strength
minor understanding - it seems that an organ called brain moves your hand by sending signals
some understanding - then how do you control your brain? Do you do it naturally? (more questions)
understanding - who am I? am I the brain? Does that mean I am just made up of blob organ operating a skeletal robot (bones) made up with flesh armor(body) ?
further understanding - so what's my existence if not the brain? soul? spirit? Where am I contained?

So do you get the gist? basically you're trying to understand something and then it gets more complicated and complicated. the more you understand. And thats just one aspect, moving your hand. If you have comprehended a lot already, it looks like this:

further (some more) understanding - wait so I affect the particles elements around me when I move my hand like this (you're now spreading your understanding of dao)
further (a lot) understanding - wait so moving my hand and swinging it like this causes typhoon in another part of the world? (butterfly effect and how the world works)

at the end it goes like this

peak understanding - I understand what the big bang is, whats before that. Whats inside the event horizon of black holes. I can create an unlimited realities, universes, i am God.

For millenials, I bet you would understand this even more if you know Matrix. In Matrix, they are all hackers bending the rules of the world right? They can jump higher, move faster and punch stronger. Neo went on steroids and bended the law of the world and he could fly. its similar to what characters in xanxia do with Dao. The more understanding they have with it, the more feats they can do and the more powerful they become.

1

[deleted]
•
2y ago

[deleted]
•
10mo ago

View more comments
More posts you may like
Related posts
Xiaxia Demons and Western Dragons: Abysm Sovereign and Xuanhuan

r/LoveAndDeepspace
•
2y ago
Xiaxia Demons and Western Dragons: Abysm Sovereign and Xuanhuan
r/LoveAndDeepspace - Xiaxia Demons and Western Dragons: Abysm Sovereign and Xuanhuan  
225 upvotes · 88 comments
What are the differences between wuxia and xianxia?

r/ProgressionFantasy
•
2y ago
What are the differences between wuxia and xianxia?
65 upvotes · 24 comments
What it's like to read 90% of Western "xianxia"

r/ProgressionFantasy
•
3mo ago
What it's like to read 90% of Western "xianxia"
r/ProgressionFantasy - What it's like to read 90% of Western "xianxia"
1.1K upvotes · 170 comments
Now that Xianxia Genre has both Chinese authors and Western/Global Authors, what do you think they each do best at the genre?

r/ProgressionFantasy
•
2y ago
Now that Xianxia Genre has both Chinese authors and Western/Global Authors, what do you think they each do best at the genre?
47 upvotes · 46 comments
Give me your best Xianxia novels

r/ProgressionFantasy
•
1y ago
Give me your best Xianxia novels
75 upvotes · 83 comments
What is "cultivation"?

r/ProgressionFantasy
•
7y ago
What is "cultivation"?
140 upvotes · 48 comments
Xianxia recommendations?

r/ProgressionFantasy
•
1y ago
Xianxia recommendations?
22 upvotes · 50 comments
Hey, r/ProgressionFantasy! I am Guiltythree, the author of a web novel called Shadow Slave. AMA!

r/ProgressionFantasy
•
3y ago
Hey, r/ProgressionFantasy! I am Guiltythree, the author of a web novel called Shadow Slave. AMA!
1.2K upvotes · 599 comments
I didn’t understand what wuxia and xianxia was until I watched this- amazing and succinct breakdown for those confused by those terms

r/ProgressionFantasy
•
7y ago
I didn’t understand what wuxia and xianxia was until I watched this- amazing and succinct breakdown for those confused by those terms
r/ProgressionFantasy - I didn’t understand what wuxia and xianxia was until I watched this- amazing and succinct breakdown for those confused by those terms
youtu
31 upvotes · 5 comments
Clarifying Wuxia, Xianxia and related Chinese Fantasy genres

r/Fantasy
•
5y ago
Clarifying Wuxia, Xianxia and related Chinese Fantasy genres
1K upvotes · 207 comments
What exactly is Xianxia and is Cradle worth it?

r/ProgressionFantasy
•
3y ago
What exactly is Xianxia and is Cradle worth it?
65 upvotes · 50 comments
What exactly is donghua?

r/LinkClick
•
1y ago
What exactly is donghua?
19 comments
Any RPGs focused on Xianxia/Cultivation fiction?

r/rpg
•
20d ago
Any RPGs focused on Xianxia/Cultivation fiction?
33 upvotes · 21 comments
Can someone explain why Chinese authors love Cultivation stories?

r/manga
•
7y ago
Can someone explain why Chinese authors love Cultivation stories?
58 upvotes · 51 comments
Best Xianxia and Wuxia novels?

r/Fantasy
•
4y ago
Best Xianxia and Wuxia novels?
7 upvotes · 20 comments
Give me your best Xianxia novels

r/ProgressionFantasy
•
3y ago
Give me your best Xianxia novels
70 upvotes · 137 comments
Donghua/Anime vs Live-Action, which one do you like more?

r/MoDaoZuShi
•
5y ago
Donghua/Anime vs Live-Action, which one do you like more?
41 upvotes · 32 comments
On where the absurdity of scale in xianxia and chinese fantasy actually comes from

r/ProgressionFantasy
•
3mo ago
On where the absurdity of scale in xianxia and chinese fantasy actually comes from
r/ProgressionFantasy - On where the absurdity of scale in xianxia and chinese fantasy actually comes from
149 upvotes · 17 comments
Any Xianxia recommendation?

r/ProgressionFantasy
•
2mo ago
Any Xianxia recommendation?
19 upvotes · 52 comments
What is "cultivation" anyway?

r/manga
•
6y ago
What is "cultivation" anyway?
73 upvotes · 37 comments
Xianxia ai

r/rpg_brasil
•
4y ago
Xianxia ai
4 upvotes · 10 comments
Looking for a good recent wuxia novel.

r/ProgressionFantasy
•
7mo ago
Looking for a good recent wuxia novel.
16 upvotes · 14 comments
Lost Chinese Lore: Dwayna, God of Gods and one goddess you don't want to cross

r/Guildwars2
•
3y ago
Lost Chinese Lore: Dwayna, God of Gods and one goddess you don't want to cross
109 upvotes · 18 comments
[QCrit] Adult grimdark fantasy, CODE OF UNDEATH, (93K words, 4th attempt)

r/PubTips
•
3y ago
[QCrit] Adult grimdark fantasy, CODE OF UNDEATH, (93K words, 4th attempt)
5 upvotes · 12 comments
View Post in
简体中文
Português (Brasil)
繁體中文
日本語
Русский
Français
See more
Community Info Section
r/ProgressionFantasy
hamster
Join
ProgressionFantasy
Welcome to r/progressionfantasy! This community is for the discussion of progression fantasy fiction in all mediums. Progression fantasy is a fantasy subgenre term for the purpose of describing a category of fiction that focuses on characters increasing in power and skill over time. For more info, see our welcome post here: https://www.reddit.com/r/ProgressionFantasy/comments/v3zz32/welcome_to_rprogressionfantasy/ Discord: https://discord.gg/H24geDdpzV

Show more
Public
Top Posts
Reddit
reReddit: Top posts of February 2, 2023
Reddit
reReddit: Top posts of February 2023
Reddit
reReddit: Top posts of 2023