rakadishu's avatar

rakadishu

wakka raka
332 Watchers
1.1K
Deviations
61.7K
Pageviews

[Nation] Sales!

3 min read

Relevant to PKMNation


Selling just about everything, everything's got to go! I'm on my way out of the group, and so the sales are on a limited time frame - as soon as I have everything transferred, which admittedly may take a while, I'm clearing my inventory, one way or another! So if you want an item or pokemon that I've got, now's the time to try and get it!


Tentative Deadline: November 14th! This is when I predict all my pokemon will be transferred, if I remember to do it every week.


AVAILABLE POKEMON: Evernote Link OOS ITEMS:

- Type Injector x 5

- Species Swapper x 6

- Gyaradosite

- Medichamite

- Latiosite

- Sampertite

- Mega Stone Voucher x 5

- Dream Berry x 2 ( basically jumble berries, only real value now is if you collect I guess? )


COMMENTS HERE:

- Regular Items: [COMMENT]

- OOS Items: [COMMENT]

- Pokemon: [COMMENT]


For each item that is considered at least sort of rare ( OOS items, mega vouchers, mega stones ), as well as each rarity, I will make a separate comment! This isn't necessarily because I'm expecting them to go for a whole lot, but in case someone wants to make offers I'll make it easier for people who want to try and make better ones.


For all other items, I have a price guide! All items that can be bought in the delibird market are marked at half the market cost, if I do the math right. - ITEM [ # left ] - PRICE ( BUNDLE PRICE ) - Evolutionary Stone [ 23 ] - 10 points ( 5 for 40 )

- Upgrade Stone [ 20 ] - 15 points ( 5 for 40 ) - Technical Machine [ 2 ] - 15 points ( 2 for 20 )

- Jumble Berry [ 29 ] - 15 points ( 5 for 40 )

- Form Candy [ 3 ] - 40 points ( 3 for 100 ) - Gender Stone [ 7 ] - 10 points ( 7 for 50 )

- Shimmer Potion [ 3 ] - 35 points ( 3 for 70 )

- Modify Liquid [ 6 ] - 35 points ( 6 for 140 )

- DNA Stone [ 6 ] - 45 points ( 6 for 180 )

- Fusion Syringe [ 9 ] - 45 points ( 9 for 270 )

- Power Potion [ 29 ] - 50 points ( 5 for 200 )

- Rare Candy [ 6 ] - 35 points ( 6 for 140 )

- Random Egg [ 1 ] - 15 points ( 1 for 15 )

- Type Specific Egg [ 7 ] - 30 points ( 7 for 150 )

- Specific Egg [ 3 ] - 75 points ( 3 for 150 )

- Great Ball [ 1 ] - 10 points ( 0 for 20 )

- Ultra Ball [ 10 ] - 15 points ( 10 for 100 )

TL:DR; All items and pokemon must be sold or traded by the time I am done with transfers ( expected Nov. 14 ), after that point, time is up, no more sales!

Join the community to add your comment. Already a deviant? Log In
Join the community to add your comment. Already a deviant? Log In
( Please don't comment here! I don't wanna be rude but I wanna try and keep this thing clean for the sake of recordkeeping! Comments will be hidden, sorry ;v; )

Tickets  


You must make a comment for each prompt that you use, and link all deviations for that prompt under it in a separate comment.  See the Example below.

Please also make a Final Count comment for a Mod to comment on with your final Ticket Count after the Ticket Booth Closes. See the Example below.


Tickets = 0/40

Pseudobanks
M - R  -  
docs.google.com/document/d/1y7…



Tickets Used

    10 - Chronopod Catastrophe
    5 - Flower Power
    5 - Tool Time
    10 - Chronopod Catastrophe
    10 - Chronopod Catastrophe




Prizes Received

    Chronopod Catastrophe - First Time Prize & RNG Prize
Bee Smol
Time Pouch
Flower Power - First Time Prize & RNG Prize
Dye Item - Tool Stain
Peallow
Tool Time - First Time Prize & RNG Prize

Join the community to add your comment. Already a deviant? Log In
You know when you're trying to upload or format a series of posts from skype or discord or whatever? And how gosh dang tedious it can get when you need to hunt down and remove every single tag? You know like 

[8:26:20 AM] rakadishu:

It's annoying, right? WELL HEY NOW I HAVE A SOLUTION KINDA! I was doing this for myself originally then realized hey it might be nice to share this with other people who are working with big long chat histories to format. 

So anyways, here's how: REGEX!! It stands for "regular expressions" and it's basically a way to tell a computer how to find specific lines of text that match certain patterns. For example, a good regex line would match all of the skype tags in this set of messages:

[8:26:10 AM] Robot: HELLO I AM JUST A THING
[8:26:20 AM] rakadishu: this is a message I replaced a normal skype thing with to avoid posting real conversations
[8:26:23 AM] rakadishu: or maybe it’s a real message you’ll never know
[8:26:32 AM] rakoddishu: No not really I dunno why I’m trying to be coy here
[8:27:04 AM] lordfredrickson: I AM A FAKE PERSON! Why do you always default to fred-something
[8:27:56 AM] rakadizzle: I dunno I’ve never met a fred so why not
[8:28:11 AM] rakadishu: also don’t judge me you’re fake anyways fite me
Which makes it super dang easy to just hunt down and remove every single one of those suckers. Unless you REALLY want to, though, don't go trying to make a regex line yourself! They're confusing things, I mean look at this one.
\(\((.|\n)+?(?=\)\))\)\)
I made that like ten minutes ago and I don't even remember how it works.

Anyways, the point of this is I have a bunch of these codes for you folks to use! AAAAAND, I have a tiny little guide on how to use them! So first, the guide. If you know how to do this already, just scroll right to the bottom, I'll paste the codes there.

GOOGLE DOCS



How to do it in google docs. For the record, SOME of these codes might also work in Microsoft word, but since it seems to work a little differently, I'm not gonna guarantee anything yet.

First, click the edit button on the header!

2017-03-08 0903 by rakadishu
Next, click "Find and Replace" on the drop-down that'll pop up.


2017-03-08 0837 by rakadishu


On the window that pops up, paste the proper regex tag into the "Find" box! Also, make sure to click the "Match using regular expressions" checkbox. Otherwise, this doc won't know what the HECK you're talking about.

2017-03-08 0845 by rakadishu

Then, carry on as usual! If you want to replace the tags with something, put that in the "Replace with" box. If you just want to remove the tags, leave the box empty! And then click either "Replace" or "Replace all", and that should be it!


REGEX CODES



Alright, here's the codes. I've tested them a little bit, but there's a chance they might still be buggy. Just let me know, and I'll try to figure out the problem! I have four right now, I might add some more later. 

IMPORTANT! Each Code is wrapped in a > and <, like this:
>code<
Copy and paste everything BETWEEN the arrows, not including them. Regex can be a tiny bit finicky, so even an extra space can make it stop working entirely. Trust me, I spent a while trying to figure out a problem caused by an extra space just this morning, it sucks.

Skype Tags: For removing skype timestamps from rp logs!

>\[(\d+\/\d+\/\d+,?\s+)?\d+:\d+:\d+\s+[AP]M\]\s+[a-zA-Z\d ]+:<

Discord Tags: For removing Discord tags!


>[a-zA-z\d \t]+-\d+\/\d+\/\d+\n?<
Extra Discord Tag! For removing stuff like
Ya boi - Yesterday at 9:39 PM
>[a-zA-z\d \t]+ (-|—) (\bYesterday\b|\bToday\b) at \d+:\d+ (\bAM\b|\bPM\b)\n?<
Extra extra Discord Tag! For things like
rakadishu — 07/22/2020
>[a-zA-z\d \t]+ (-|—) (0?[1-9]|1[0-2])\/(0?[1-9]|1[0-9]|2[0-9]|3[01])\/\d{4} ?\n?<


OOC Tags: For removing lines of text that are OOC, like (( this stuff! )). For the record, it only works for text wrapped in the double parentheses like I just put. Any other way you have of marking OOC text won't be found. ALSO, if for some reason you have "))" in your actual OOC text, and not just wrapping it, it'll stop the regex from catching the entire thing, and it'll only catch up to that point.

>\(\((.|\n)+?(?=\)\))\)\)<
DA Note Tags: For the stuff like "rakadishu said the following:" that you get in DA Notes. Be aware, if you have a colon( : ) in your username, this will mess it right up. Also if you have - followed by text followed by :, since that's the format of the da tags. I'll try to make this better, but for now, just use it with care.

ALSO, I see that part of the string is formatted as an emote. Don't worry about that, just copy paste it as usual, the emote should be returned to normal text when you paste it. I'd fix it, but I can't actually figure out how. DA formatting and stuff, yknow.
>-+\n?.+?(?=:):<

And, that should be all! If you have feedback/problems with the regex strings, let me know! I can't promise that I'll spend a super long time helping since this is more of a convenience thing on the side, but I'll still see what I can do! Oftentimes it's actually a very simple solution.

Oh, also. If you are interested in this stuff and would like to learn a little more, here's one thing that could help you understand the regex strings I used!

regex101.com/

This website's really handy, it lets you play with regex strings you make ( or copy-paste from this doc ) and see how they match text! It's also a lifesaver for debugging, let me tell you.
Join the community to add your comment. Already a deviant? Log In
RULES:
-Use a Random Number Generator to select your answers.
-Tag your rivals.
-Have fun during your adventure!

1 by rakadishu
AAW YIS.

You started your Pokémon journey:
1) At age 10.
2) At age 15.
3) After finishing high school.
4) After finishing college.
5)  As far back as you can remember; You grew up in the wilds with Pokémon.
6) No idea; You suffered an accident that erased your previous memory.

2 by rakadishu
We've all been there.

The weather was:
1) Sunny.
2) Sunny with some clouds.
3) Cloudy.
4) Rainy.
5) Snowy.
6) A natural disaster.

3 by rakadishu
I honestly prefer the rain, but I can't complain about a nice sunny day!

You started your journey because:
1) You want to be the very best.
2) You want to catch ‘em all.
3) You want to be a master coordinator.
4) You want to meet many people.
5) You want to discover new Pokémon.
6) You want to explore lost places.

4 by rakadishu
I call it... SPOT-ASUAR

Your starter Pokémon is:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

5 by rakadishu
Species: Darkrai
Name: Tommy

AAAW FRICK YES.

In the beginning, your starter:
1) Was practically your twin.
2) Became your friend immediately.
3) Liked you.
4) Was wary of you.
5) Disliked you greatly.
6) Tried to kill you.

6 by rakadishu
TWINSIES.

The first great obstacle of your journey was:
1) A rival battle.
2) A treacherous route.
3) A wild Pokémon attack.
4) A Pokémon gym.
5) A battle with a criminal team member.
6) A sapling.

7 by rakadishu
BROCK. I DON'T KNOW HOW I GOT HERE WITH A DARKRAI, BUT HERE WE ARE! LET'S ROCK.

At this obstacle, the two of you:
1) Triumphed with little resistance.
2) Achieved victory, though it was tough.
3) Won, but just barely.
4) Tied with the opposition.
5) Lost, though you put up a good fight.
6) Failed miserably.

8 by rakadishu
...oh.

The second Pokémon you caught is:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

9 by rakadishu
Species: Persian
Name: Kitty

AND I MEOW MEOW MEOW AND I MEOW MEOW MEOW

Your starter and second Pokémon:
1) Love each other dearly.
2) Are good friends.
3) Get along well enough.
4) Don’t seem to like each other.
5) Ignore each other.
6) Are constantly at each other’s throats.

10 by rakadishu
Sometimes, you just need a friend to hang out with.

When the sun begins to set, you:
1) Set up camp immediately.
2) Make a fire. You need nothing else.
4) Keep walking. A lack of sun makes no difference to you.
5) Break into a run, hoping to find shelter before nightfall.
6) Pick up camp. You only travel at night.

11 by rakadishu
As long as the sausages get cooked, man.

You pass through civilization:
1) Often enough to keep your electronics charged.
2) At least once a week.
3) If it happens to be on your way.
4) Occasionally, but only for supplies.
5) Rarely, and only on the outskirts.
6) Never.

12 by rakadishu
WE NEED THOSE BOXED DESSERTS!

Your third Pokémon is:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

13 by rakadishu
Species: Wartortle
Name: Lola
HERO IN A HALF SHELL! Also an actual starter pokemon, wow.

The three Pokémon on your team:
1) Work together flawlessly.
2) Cooperate well, but could use some work.
3) Have moments of synergy, though not often.
4) Try their best, yet are on completely different beats.
5) Constantly work against each other.
6) Blame you for their horrible collaboration.
14 by rakadishu
HEY GIMME A CHANCE HERE I DIDN'T GET THAT FIRST BADGE.

When the going gets tough:
1) Your team pulls through every time.
2) Your starter carries the weight.
3) You come up with a brilliant solution.
4) You win by hax.
5) You win by dumb luck.
6) You get going the opposite direction.

15 by rakadishu
It's not cheating, it's determination.

Two evolutions have occurred by this point:
1) Starter and 2 evolve.
2) 2 and 3 evolve.
3) 3 and starter evolve.
4) Starter evolves twice
5) 2 evolves twice.
6) 3 evolves twice.

16 by rakadishu
Well, 50% isn't that bad. Sorry, Tommy.

Over time, you find you work best with and mostly train:
1) Grass, Bug, and Poison types.
2) Water, Ice, and Flying types.
3) Fire, Electric, and Fighting types.
4) Ground, Rock, and Steel types.
5) Dark, Ghost, and Psychic types.
6) Normal, Dragon, and Fairy types.

17 by rakadishu
Oh, you mean these three types I HAVE NONE OF?

Your fourth Pokémon (type #1) is:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

18 by rakadishu
Species: Darmanitan
Name: Evie
Every team needs someone big, warm, and fluffy!

Your fifth Pokémon (type #2) is:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

19 by rakadishu
Species: Zapdos
Name: THUNDERBIRD
No, not Thunderbird. She only answers to full capitalization.

Your sixth Pokémon (type #3) is:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

20 by rakadishu
Species: Hawlucha
Name: El Hijo del Relámpago! Or... Rico.
ALL I EVER WANTED.

You are offered a trade, and it’s up to you to take it or leave it:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

Shiny Mega Manectric!
21 by rakadishu
NOPE. I like the team I have, and I'm not actually that into Mega Manectric. Sorry, pal, as rad as you are.

Another evolution occurs:
1) Starter evolves.
2) 2 evolves.
3) 3 evolves.
4) 4 evolves.
5) 5 evolves.
6) 6 evolves.

22 by rakadishu
Yeah, not really gonna work.

Your team:
1) Is your family.
2) Gets jealous whenever you interact with other trainers.
3) Would protect you from anything.
4) Is loyal to you, but mostly aloof.
5) At least tolerates each of their differences by this point.
6) Is a pretty much a big, chaotic mess.

23 by rakadishu
WHAT, I CAN'T HAVE FRIENDS?

You travel mostly by:
1) Well-worn footpath.
2) Overgrown trail.
3) Water.
4) Air.
5) Cave.
6) Wilderness.

24 by rakadishu
Okay maybe I just got lost but HUSH.

Another evolution occurs:
1) Starter evolves.
2) 2 evolves.
3) 3 evolves.
4) 4 evolves.
5) 5 evolves.
6) 6 evolves.

25 by rakadishu
I'm sorry, this probably needs some context.

I don't think that context helps at all.

Your journey takes you:
1) Not far from home.
2) Across the region.
3) To another region.
4) Across many regions.
5) Around the world.
6) To places unknown.

26 by rakadishu
MERRY ADVENTURE! AND LOTS OF GETTING LOST! WOOOO!

The strongest Pokémon you faced in battle on your journey was:
1) SHINY BONUS (use Random Pokémon Generator)
2-6) (use Random Pokémon Generator)

Cherrim!
27 by rakadishu
"...come on, try me. I dare you."

Another evolution occurs:
1) Starter evolves.
2) 2 evolves.
3) 3 evolves.
4) 4 evolves.
5) 5 evolves.
6) 6 evolves.

28 by rakadishu
AAAW YES. LOLA'S READY TO KICK SOME BUTT.

The event with the greatest impact on you was:
1) Becoming a Pokémon Champion.
2) The grand evolution of a team member in a dire moment.
3) Finding a hidden landmark of great beauty.
4) Encountering a legendary Pokémon.
5) Having an out-of-body experience in a haunted building.
6) Discovering you’re a child of Mew.

29 by rakadishu
Alright Mew you better start explaining quick cause apparently this makes Jell-o my sister.

The hardest trial you ever faced was:
1) Fighting your rival to become Champion.
2) Realizing just how much you have to walk and still sticking out this whole journey thing.
3) Being lost for weeks.
4) Assisting in taking down a criminal organization.
5) Losing a Pokémon.
6) Realizing there are way too many Pokémon to ever catch ‘em all.

30 by rakadishu
Trial? YOU MEAN LUCHA LIBRE SMACKDOWN?

Your starter:
1) Is your strongest Pokémon and best friend.
2) Is your good friend, but far from the strongest.
3) Is your strongest Pokémon, but emotionally distant.
4) Is about the same as the rest of your team.
5) Stayed behind some point during your journey.
6) Is deceased.

31 by rakadishu
TWINSIES.

And you are now:
1) Gambling all the money you’ve earned in the Celadon Game Corner.
2) Hidden away at the top of Mt. Silver for an indefinite amount of time.
3) Exploring the many islands littered in the oceans surrounding Hoenn.
4) Lost in the Distortion World after a mishap in the ruins at Mt. Coronet.
5) Trolling inexperienced trainers in the Driftveil World Tournament.
6) Reflecting on past decisions beside the monument of Geosenge Town.

32 by rakadishu
MONEY MONEY MONEY MONEY MONEY MONEY I have no idea how to draw slot machines.

The team that saw you to your journey’s end:
Darkrai by CreepyJellyfish Persian by CreepyJellyfish Blastoise-mega by CreepyJellyfish Darmanitan by CreepyJellyfish Zapdos by CreepyJellyfish Hawlucha by CreepyJellyfish
33 by rakadishu
It was a grand journey! We kicked a lot of rocket grunts in the face, and... we still have no badges what the heck.


The rivals that shared your journey (tag time):

Featured Trainers!
jell-o-cat Flowerbush 

Tagged Trainers! (You don't have to draw that's just what I wanted to do for this.
EVERYONE! Seriously it's fun, you oughta do it!
Join the community to add your comment. Already a deviant? Log In
Featured

#Showyourheart by rakadishu, journal

For folks who like to post logs and stuff by rakadishu, journal

(Meme) My Pokemon Adventure! by rakadishu, journal

The newest meme everyone's doing ( dating thing ) by rakadishu, journal

100 Truths Meme by rakadishu, journal