webnovel
custom

custom

Heroine Creation: All My Summons Are Custom Made

Heroine Creation: All My Summons Are Custom Made

“So I can summon Heroines and Villainesses, but I just have to create them myself? Seems easy enough!” Max lived for one thing and one thing only: a good story. Novels were the only escape in his mundane life. However, all the light novels and manhwas he read had the same problem: Ruining female characters. In all these novels, the powerful heroines and terrifying villainesses were always reduced to one-dimensional trophies obsessed with the MC. They had no goals or purpose of their own. When Max discovered Awakener Supreme, he thought it would be different. It started out promising; a dark fantasy, detailed, consistent world building, a complex magic system and interesting characters. But everything went downhill pretty fast. To please the fans, the dark tone vanished, and the fierce female cast was reduced to shallow fan service. In a burst of anger, Max confronted the lead writer, criticizing him for ruining female characters, and claiming he could do a much better job at creating heroines and villainesses. He never expected the universe to take him at his word. Max suddenly wakes up inside the world of Awakener Supreme, and was given the chance to back up what he had claimed in the form of a unique class. ⸢ You have awakened your Class ⸥ ⸢ Class: Architect - You can create heroines and villainesses and make them your Summons ⸥ ⸢ Class Group: Summoner ⸥ Was Max all talk? Or can he truly create more powerful and consistent heroines and villainesses to help him survive the grim world of Awakener Supreme? Character arts, novel art, panels and R18 images are available on the Discord! https://discord.gg/6yTukRbQF
Fantasy
347 Chs
What is custom fanfic?
Custom fanfic is basically fan - created fiction that is customized according to the writer's own ideas. It could be a story set in an existing fictional universe, like a Harry Potter custom fanfic where the writer might change the plot, introduce new characters, or explore different relationships between the existing characters.
2 answers
2024-11-17 13:39
The custom of Qujiang Banquet
The custom of the Qujiang Banquet was to place the wine cup in the running water according to the customs of the ancients. Whoever it flowed in front of would be punished to drink and compose poems. The officials attending the Qujiang Banquet were seated in an orderly manner according to their rank. This was also an opportunity to interact with the Emperor and improve their relationship. The activity of drinking wine in the Qu River had also spread to Japan, forming the Japanese Qu River Banquet and the ritual of washing away dust. Apart from the Qu River banquet, the colorful boat race was also an indispensable activity during the Shangsi Festival.
1 answer
2025-01-16 10:19
What is a custom text?
A custom-made novel was a web novel created according to the requirements of the first party (usually a film company, a game company, etc.). Such custom-made novels were usually completed by influential writers. They wrote novels according to the needs and requirements of the client, according to specific topics, plots, and styles. Tailored articles were more targeted at publicity and were designed to meet specific market needs, so they might lose some inspiration and creative freedom. Tailored novels were not new in online literature. There were already some well-known works that were custom-made novels, such as "The Great Dream Lord" and "The Spellmaster's Manual."
1 answer
2025-01-15 02:54
Strange custom novels
He recommended a few novels. " Invincibility Begins from a Full-time Mage " was a fantasy novel created by Watermelon Rind Is Not Tasty. In the early and late stages of the novel, the main character, Mo Tianling, traveled through various worlds to seize opportunities and become invincible. Lu Bu: My Cultivation Simulation Device, a historical novel written by Zhao Zhao and Bai Ying. The main character, Lu Bu, traveled to the Three Kingdoms in the third year of Jian 'an. With the help of the simulation cultivation system, he went from wanting to live to becoming more and more wild. He could simulate his own life and the lives of others. The image of Lu Bu in the story was very interesting. " Haunted House Night Talks " was a collection of horror short stories written by the author who refused to use false words. The story was heartwarming and scary, with the characteristics of Chengdu dialect. Although there were some flaws in the story, it was overall very good. Binjiang Police, Zhuo Muxian's urban novel. It was a story about a 16-year-old policeman, Han Yu, who almost got a refund for his work. The author was good at writing about policemen. This book was full of positive energy and the style of writing was simple and down-to-earth. " The Mortal's Endurance Moves the World of Cultivators " was a Xianxia novel written by Hermit Cai Xia. The protagonist, Wang Yu, first traveled through Naruto from an ordinary office worker on the blue planet and then to the world of mortals. The story was easy to uncompress. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>
1 answer
2026-06-27 17:13
Jade custom price
There was no fixed price for a custom-made jade. It was affected by many factors. In terms of raw materials, the price of raw jade varied greatly. The price of a kilogram of raw jade was generally 60 - 300 yuan per kilogram. The price of a high-quality raw jade was tens of thousands. The price of a low-quality brick was only calculated by the kilogram. The price of a low-quality brick might only be worth a few yuan. For example, a piece of green jade of the same size, the good quality might be worth more than ten thousand yuan, and the poor might only be worth a few yuan. On Taobao's Dongbao Zhai and other places, the price of raw jade was about 200 yuan per kilogram. If it was a custom bracelet, the water and color could be seen when the plate was customized, but there was also the risk of the merchant's pictures or videos being tampered with. From the perspective of the customized service itself, customized jadeite was unique and could meet individual needs, but it would increase the cost. It needed to consider the time and energy cost of communicating with designers, sculptors, and other personnel. There were also uncertainties. For example, the fluctuation of the market price of raw materials, the designer's misunderstanding, and the flaws in the carving process could all affect the final price, resulting in the final price of the finished product being inconsistent with expectations. In addition, the requirements of the custom-maker for the quality, color, and clarity of the jade would also affect the price. For example, the jade that required a high water content and a rich color would naturally be more expensive. Furthermore, if one pursued a unique design, the complexity of the design would also affect the price. " Fairy Dream of Tang Shi: Fate of Peony " is equally wonderful. Everyone is welcome to click and read it!
1 answer
2026-07-15 07:55
Back to the custom blank?
A blank experiment was required for back-titrations. In the blank test, except that no sample was added, the same analytical steps, reagents, and dosage were used (except for the dosage of standard titrant in the titrification method) for parallel operation. Its purpose was to deduct the reagent background in the sample and the detection limit of the calculation method. This was because during the back-titration process, the blank solution used as the thinner might have a certain ph or other factors that would affect the results of the titration, which would interfere with the final test results. By doing a blank test, the influence of these interfering factors could be deducted to obtain a more accurate result. For example, in an acid base titrations, if the blank solution was acidic, the result obtained by titrating the solution with an acid base would be higher. The result would be correct after deducting the acidic content of the blank solution. "Little Fox Fairy" is equally exciting. Everyone is welcome to click and read it!
1 answer
2026-07-13 16:50
custom reversal function
The following is an example of a custom inverted list function (using C++ as an example): ```cpp //define the list node structure struct ListNode { int val; ListNode* next; ListNode(int x) : val(x), next(NULL) {} }; //Reverse list function ListNode* reverseList(ListNode* head) { ListNode* prev = NULL; ListNode* current = head; while (current!= NULL) { ListNode* nextTemp = current->next; current->next = prev; prev = current; current = nextTemp; } return prev; } ``` If it is a custom character array reversal function (C language example): ```c #include <stdio.h> //custom function to reverse the character array void reverseCharArray(char arr[], int length) { int start = 0; int end = length - 1; while (start < end) { char temp = arr[start]; arr[start] = arr[end]; arr[end] = temp; start++; end--; } } ``` If it is a custom inverted array of numbers (C++ example): ```cpp #include <iostream> using namespace std; //custom function to reverse an array of numbers void reverseIntArray(int arr[], int length) { int start = 0; int end = length - 1; while (start < end) { int temp = arr[start]; arr[start] = arr[end]; arr[end] = temp; start++; end--; } } ``` <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>
1 answer
2026-07-03 09:03
Jadeite custom processing
There were many ways to customize jadeite. - ** Tailoring Method **: - ** Tailored jewelry brand **: Well-known jewelry brands provide this service. Customers can choose a brand designer or make an appointment through the official website. After informing them of their needs and preferences, the designer will design a sample, and the customer can communicate and modify it. The advantage is that it saves trouble and effort, and does not require too much professional knowledge. - ** Private studio custom-made **: The studio is composed of experienced designers and craftsmen. It can provide professional advice and design according to the needs and preferences of consumers. Customers could visit the production process and material selection. The advantage was high flexibility and in-depth communication to achieve unique needs. - ** Online custom-made platform **: With the development of the Internet, consumers upload their needs and preferences, choose a designer or design their own. The designer designs samples accordingly, and the consumers can communicate and modify them. The advantage is that it is convenient and efficient, and the custom-made products can be completed at home. - ** Personal customisation **: The consumers would purchase raw jade, design drawings, processing equipment, and other materials by themselves, and then proceed with the process of cutting, polishing, and carving. The cost was low and could be made according to one's own preferences. One could also enjoy the pleasure of making it, but one needed to have a certain amount of professional knowledge and skills. Otherwise, quality or safety problems might occur. - ** DIY-customized **: Merchants provide guidance, and consumers make jade jewelry themselves. They need to have a certain degree of craftsmanship and creativity, which can bring more fun and reduce costs. - ** The significance and influence of custom processing **: - ** For consumers **: Satisfy the pursuit of personality and quality, improve the purchasing experience, and satisfy the pursuit of uniqueness. - ** To Shang Family **: - ** Profits **: Production on demand reduces inventory and logistics costs, and can reasonably increase the price for specific consumers to obtain higher profit margin. - ** Risk-wise **: It is not copyable. The design and production plan can be flexibly adjusted according to customer demand and raw material supply to reduce market risk. - ** Business scope **: Not only limited to jade products, but also providing design, embedding and other supporting services to expand the scope of business, contact more high-end customers, and lay the foundation for future business expansion. - ** Brand image **: To provide customized services and high-quality products to high-end consumers, which will help to enhance the brand image. - ** Technology application in processing **: Modern production methods bring opportunities to regional craftsmen. The introduction of high-tech equipment such as laser cutting and 3D printing has improved processing efficiency and helped to achieve more complex designs. When consumers choose customized services, they can use AI technology to quickly generate design drafts and reduce early communication costs. " Fairy Dream of Tang Shi: Fate of Peony " is equally wonderful. Everyone is welcome to click and read it!
1 answer
2026-07-18 16:14
Create a custom avatar
There were many ways to customize the avatar. There were some avatar custom-made software, such as Artisto.com, which used advanced artificial intelligence technology to transform avatars into beautiful hand-drawn works of art. It had a variety of hand-drawn styles, such as oil painting, watercolor painting, sketch, etc., and also supported the user to customize the style. The user could upload their favorite paintings for them to learn and imitate the style to generate a unique hand-drawn avatar. The operation interface was simple and easy to use. In addition, there was also a place that provided a large number of avatar resources, allowing users to freely choose photos to create avatars. At the same time, there were avatar sticker pendants and filter functions to embellish avatars to meet the needs of couples, boys, girls, and many other types of avatars. It was suitable for a variety of social application avatars. There were also those who provided surnames, but if they wanted to customize it privately, they might have to pay a fee. Some places could provide surnames for free, but they did not do private customizations. In addition, from the point of view of Feng Shui, one could also highlight certain body parts to receive energy support according to their own needs. However, one had to pay attention to the time limit, which was usually one to four weeks. The specific length could be calculated by the astrologer according to the five elements and aura. The novel "Ledge" is equally exciting. Everyone is welcome to click and read it!
1 answer
2026-08-14 16:00
ios custom pixelation
For the custom-sized picture on the iPhone, the following code is needed to customize the resolution (800x800px) and the size (square) of the picture: ``` #import <AVFoundation/AVFoundation.h> #import "UIImage+fixOrientation.h" #define SCREEN_WIDTH (UIScreen mainScreen).bounds.size.width #define SCREEN_HEIGHT (UIScreen mainScreen).bounds.size.height //OCD's favorite #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" @interfaceViewController ()<UIImagePickerControllerDelegate,UINavigationControllerDelegate> //Capture device, usually front camera, rear camera, microphone (audio input) @property (nonatomic, strong) AVCaptureDevice *device; //AvCaptureDeviceinput represents the input device. It uses AvCaptureDevice to initiate. @property (nonatomic, strong) AVCaptureDeviceInput *input; //Print image @property (nonatomic,strong) AVCaptureStillImageOutput *imageOutput; //session: He will combine the input and output together and start the capture device (camera) @property (nonatomic, strong) AVCaptureSession *session; //Image previews, displaying captured images in real-time @property (nonatomic,strong) AVCaptureVideoPreviewLayer *previewLayer; @property (nonatomic,strong) UIImage *image; @property (nonatomic,strong) UILabel * msgLabel; @end - (void)viewDidLoad { (super viewDidLoad); // --------------------------------- // --------------------------------- (self setupUI); // --------------------------------- // --------------------------------- (self cameraDistrict); - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { self.view.backgroundColor = (UIColor whiteColor); //Device shooting begins (self.session startRunning); self.msgLabel.text = @"Prompt: click the photo button"; - (void)setupUI { // --------------------------------- // ---------------------------------UIButton * photoBtn = ((UIButton alloc) init); photoBtn.frame = CGRectMake(SCREEN_WIDTH * 0.5 -50, SCREEN_HEIGHT - 200, 100, 100); photoBtn.backgroundColor = (UIColor blackColor); (photoBtn addTarget:self action:@selector(photoBtnDidClick) forControlEvents:UIControlEventTouchUpInside); (photoBmn setTitle:@"Take a picture" forState: UIControl State Normal); (self.view addSubview:photoBtn); // --------------------------------- // ---------------------------------self.msgLabel = ((UILabel alloc) init); self.msgLabel.text = @"Prompt: click the photo button"; self.msgLabel.frame = CGRectMake(50,100, SCREEN_WIDTH, 100); ``` <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>
1 answer
2026-08-10 10:27
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z