Episode 9 Manager, Negotiations, and Mass Production
Magic tools are too good to sell.
I can’t think of anything that would make the performance worse.
It goes against the spirit of an engineer.
So I thought.
How about using magic tools to negotiate with pickpocket groups?
I don’t know what will happen, but I’ll just try.
“Myra, are you ready?”
“Yes, I also equipped two daggers and a dark weapon needle.”
I bought it first thing in the morning and hugged the spellbook with various programs written in it.
“Okay, let’s go to battle.”
Myra and I entered a house in a corner of the slum.
A man is lurking in the shadows near the entrance.
I guess the reason I knew I had a man was because Myra was there.
Otherwise, it would have been completely in the shadows.
“Myra? You’re early today. Did you catch some special prey?”
“Is the Motojime there?”
“Ah, the usual back room.”
men arejawchinI sobbed.
We entered the back room.
There are three middle-aged men.
The one sitting on the chair is the manager, and the two standing beside him are the bodyguards.
“Myra, is it a payment?”
“No, I’m here to negotiate.”
“Negotiations for the premium payment?”
“Wash your feet from pickpockets”
“It seems that you have been in and out of the adventurer’s guild since yesterday. If you intend to betray me, quit.
“Well, I’ve prepared the price.”
“Kid, pull back.”
“Let’s see”
I took out the seed flame magic tool.
I can see that the bodyguard was nervous.
However, when he learned that what he was holding was a goblin magic stone, he relaxed.
When you activate the magic tool, the fire lights up.
“Infinite fire”
“Hey, let’s borrow it.”
Give the magic tool to Motajime.
Motoshime activated his magic tool, and about a minute later, I felt like his eyes were shining brightly.
“Four months of exemption from premium payments.”
“Even if I say I can make as many of these as I want?”
“Fuhahaha, it’s okay to kidnap the kid here and now.”
“Don’t let me”
“Myra, calm down.”
When I opened my spellbook, a fireball about 30 centimeters in height floated in the air.
A bodyguard raises his weapon.
Myra also drew her dagger and readied it.
“What do you mean by abduction?”
“Kid, threats won’t work.”
“It’s a negotiation, not a threat.”
“Okay, let’s hear what you have to say. Say it.”
“I will sell this magic tool to the manager regularly at a bargain price. Then release Myra.”
“Hmph, that’s enough compensation. But it’s no good. I can’t set a precedent for him to leave the group.”
I thought you said that.
This was expected.
“Well then, choose. Either it will be extinguished, or everyone will be firm.”
“What!”
“Magic tools are made from goblin magic stones.
“Boy, I like it. What’s your name?”
“It’s tight.”
“Okay, tight.
I put out the fireball.
And then, I took out 5 magic tools.
“This should be enough trouble. I think you should find some legitimate work for the people in your group. I said I’d provide for you, but I don’t really need you to kill me.”
“I know. Only those who can’t work hard and can’t eat will pay for the shortfall.”
Myra and I leave Motojime’s house.
I took a deep breath and exhaled.
“I’m glad Motozume agreed.”
“I’m no match for a sorcerer, so anyone will retreat. Even the former master would be at a loss for his life.”
Now, we need to mass produce magic tools.
Now, I can only make about 10 per day.
I need to create a programmatic spell to create magic tools.
extern MAGIC *magic_tool_init(void);
extern void magic_tool_write(MAGIC *mp,char *spell);
void main(void)
{
MAGIC *mp;
mp=magic_tool_init();
magic_tool_write(mp,”Put your spell here”);
}
Give an explanation.
mp=magic_tool_init();←Register magic stone as magic
magic_tool_write(mp,”insert spell here”);←spell write
How about this?
With this, they should be able to make tens of thousands of pieces a day.
One case has been completed.
After that, it’s a kidnapping organization.