Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Noahverse's Notes and Codes

Forum Index > PokéFarm > Journals >

Pages: 1234

Noahverse's AvatarNoahverse
Noahverse's Avatar
Fairy Delta Breeding
So apparently, "crossbreeding" is a more efficient way to hunt deltas? According to this guide, anyway. In there they also give the "best Pokémon to pass a type to their delta offspring, separated by egg group.", so I thought I'd extract and keep here the info for Fairy deltas specifically. :3
Egg Group Pokémons
Monster Pixrine ()
Water 1 Quibbit [Fae Forme] (), Marill line (), Primarina (), Mega Manaphy Q ()
Field Sylveon, Snubbull line, Fidough line
Bug Cutiefly line (), Moffkat ()
Flying Goschief
Fairy Clefairy line, Flabébé line, Spritzee line, Swirlix line, Snubbull line, Milcery line, Shooting Star Clefairy line, Goschief
Grass Comfey
Human-Like Mr. Mime (), Ralts line (), Impidimp line (), Snoralts/Snolia (), Valkind line (), Valimp line (), Sagidamas ()
Mineral Fidough line
Water 3 Kyutopi line ()
Amorphous Milcery line
Water 2 Mega Lumineon Q ()
Dragon Wagell line (), Mega Altaria ()
credit | free to use

Noah | he/they | AuDHD


: 8558 pts!
Journal (F2U codes) credits

credits

Code @RAINB0W Forum Icon F2U @MellowKun on Deviantart Divider F2U @hedgehominoid on Deviantart Signature Pagedoll F2U @SquishDemon on Deviantart Shop logo commissionned from Lilieth for my shop
I collect fairy Deltas!
^ My Trade Shop! ^
Noahverse's AvatarNoahverse
Noahverse's Avatar
Useful Links
credit | free to use
Noahverse's AvatarNoahverse
Noahverse's Avatar
Impulse purchases
Apparently I have an impulse purchase problem when it comes to fairy delta specials. Q.Q I'm honestly surprised I was able to afford them all as a mostly F2P dropped $20 for my first round of hypermode and that's it of only three months on here
Look at how lovely they are though!!!
And was gifted this one by a kind user

Welcome home my pretties <3

credit | free to use
Noahverse's AvatarNoahverse
Noahverse's Avatar
I just got Arceus Rank for the first time today after less than three months of playing! Melan hunting let's goooooo!!
credit | free to use
Noahverse's AvatarNoahverse
Noahverse's Avatar
Quick mockup for something.

Delta preview code adapted from Mirzam
Noahverse's AvatarNoahverse
Noahverse's Avatar
Another quick mockup, this one for my shop. Styling is... good enough for now. Not sure what else I can do without doing custom graphics lol

Code (one click select)

[sc=raref]pokemon platform[/sc] [sc=rarem]pokemon platform[/sc] [sc=exclusive]pokemon platform[/sc] [style] //Free to change the colors; be mindful of legibility guidelines @raref: #FEC8DE; @exclusive: #FFEA94; @rarem: #9AE5FE; @text: black; .raref, .rarem, .exclusive { box-sizing: border-box; width: 120px; height: 120px; display: inline-block; color: @text; border: solid 2px; border-radius: 2px; &:before { position: relative; float:left; margin-top: -20px; top: 20px; padding: 3px; border-bottom-right-radius:7px; } } .raref { border-color: @raref; &:before { content: '+50%'; background: @raref; } } [/style]
Noahverse's AvatarNoahverse
Noahverse's Avatar
Sorry for the spam, apparently I have subscribers? o/ F2U convenient code sharing thing with scrollbar and quick select.

Code (one click select)

[style] .code { .panel > div { max-height: 150px; overflow: auto; user-select: all; -webkit-user-select: all; } } [/style] [sc=code][hide=Code (one click select)]Paste your raw code here. Don't forget to wrap in nobbcode.[/hide][/sc]
Noahverse's AvatarNoahverse
Noahverse's Avatar
This code lets you toggle each Delta type separately for regular, shiny, albino and melan sprites. Additionnally, you can have more than one Pokemon in one post! Made for a friend

Code (one click select)

[style] .delta-jirachi { @regular: '/img/pkmn/z/r/o.png'; @shiny: '/img/pkmn/2/f/n/9.png'; @albino: '/img/pkmn/j/o/i/7.png'; @melan: '/img/pkmn/q/k/e/k.png'; .normal .pkmn:before {content: url(@shiny); } .fire .pkmn:before {content: url(@regular); } .water .pkmn:before {content: url(@shiny); } .electric .pkmn:before {content: url(@shiny); } .grass .pkmn:before {content: url(@shiny); } .ice .pkmn:before {content: url(@shiny); } .fighting .pkmn:before {content: url(@shiny); } .poison .pkmn:before {content: url(@melan); } .ground .pkmn:before {content: url(@shiny); } .flying .pkmn:before {content: url(@shiny); } .psychic .pkmn:before {content: url(@melan); } .bug .pkmn:before {content: url(@shiny); } .rock .pkmn:before {content: url(@albino); } .ghost .pkmn:before {content: url(@shiny); } .dragon .pkmn:before {content: url(@albino); } .dark .pkmn:before {content: url(@regular); } .steel .pkmn:before {content: url(@regular); } .fairy .pkmn:before {content: url(@shiny); } .delta-list; } .delta-clefairy { @regular: '/img/pkmn/u/i/z.png'; @shiny: '/img/pkmn/h/q/p.png'; @albino: '/img/pkmn/7/g/p/n.png'; @melan: '/img/pkmn/l/j/c/x.png'; .normal .pkmn:before {content: url(@albino); } .fire .pkmn:before {content: url(@albino); } .water .pkmn:before {content: url(@albino); } .electric .pkmn:before {content: url(@albino); } .grass .pkmn:before {content: url(@albino); } .ice .pkmn:before {content: url(@albino); } .fighting .pkmn:before {content: url(@albino); } .poison .pkmn:before {content: url(@albino); } .ground .pkmn:before {content: url(@shiny); } .flying .pkmn:before {content: url(@shiny); } .psychic .pkmn:before {content: url(@melan); } .bug .pkmn:before {content: url(@shiny); } .rock .pkmn:before {content: url(@shiny); } .ghost .pkmn:before {content: url(@shiny); } .dragon .pkmn:before {content: url(@shiny); } .dark .pkmn:before {content: url(@albino); } .steel .pkmn:before {content: url(@shiny); } .fairy .pkmn:before {content: url(@melan); } .delta-list; } /* change to a hex color code of choice, or url('image_link') */ @bg-color: url('https://pokefarm.wiki/images/3/3a/Field_Unknown.png'); .delta-list { display: flex; flex-wrap: wrap; text-align: center; border-radius: 5px; padding: 5px; background: @bg-color; background-size: cover; max-width: 350px; margin: auto; margin-top: 1em; >div { padding: 4px; } .pkmn { padding: 5px; } } .delta-shadow(@color) { margin: 4px; filter: drop-shadow(0px 1px 0px @color) drop-shadow(-1px 0px 0px @color) drop-shadow(1px 0px 0px @color) drop-shadow(0px 0px 1px @color) drop-shadow(0px -2px 1px @color); } .delta-list { .normal .pkmn:before { .delta-shadow(rgb(168, 168, 120)); } .fire .pkmn:before { .delta-shadow(rgb(240, 128, 48)); } .water .pkmn:before { .delta-shadow(rgb(104, 144, 240)); } .electric .pkmn:before { .delta-shadow(rgb(248, 208, 48)); } .grass .pkmn:before { .delta-shadow(rgb(120, 200, 80)); } .ice .pkmn:before { .delta-shadow(rgb(152, 216, 216)); } .fighting .pkmn:before { .delta-shadow(rgb(192, 48, 40)); } .poison .pkmn:before { .delta-shadow(rgb(160, 64, 160)); } .ground .pkmn:before { .delta-shadow(rgb(224, 192, 104)); } .flying .pkmn:before { .delta-shadow(rgb(168, 144, 240)); } .psychic .pkmn:before { .delta-shadow(rgb(248, 88, 136)); } .bug .pkmn:before { .delta-shadow(rgb(168, 184, 32)); } .rock .pkmn:before { .delta-shadow(rgb(184, 160, 56)); } .ghost .pkmn:before { .delta-shadow(rgb(112, 88, 152)); } .dragon .pkmn:before { .delta-shadow(rgb(112, 56, 248)); } .dark .pkmn:before { .delta-shadow(rgb(112, 88, 72)); } .steel .pkmn:before { .delta-shadow(rgb(184, 184, 208)); } .fairy .pkmn:before { .delta-shadow(rgb(255, 101, 213)); } } [/style] [sc=delta-jirachi] [sc=normal][sc=pkmn][/sc][/sc] [sc=fire][sc=pkmn][/sc][/sc] [sc=water][sc=pkmn][/sc][/sc] [sc=electric][sc=pkmn][/sc][/sc] [sc=grass][sc=pkmn][/sc][/sc] [sc=ice][sc=pkmn][/sc][/sc] [sc=fighting][sc=pkmn][/sc][/sc] [sc=poison][sc=pkmn][/sc][/sc] [sc=ground][sc=pkmn][/sc][/sc] [sc=flying][sc=pkmn][/sc][/sc] [sc=psychic][sc=pkmn][/sc][/sc] [sc=bug][sc=pkmn][/sc][/sc] [sc=rock][sc=pkmn][/sc][/sc] [sc=ghost][sc=pkmn][/sc][/sc] [sc=dragon][sc=pkmn][/sc][/sc] [sc=dark][sc=pkmn][/sc][/sc] [sc=steel][sc=pkmn][/sc][/sc] [sc=fairy][sc=pkmn][/sc][/sc] [/sc] [sc=delta-clefairy] [sc=normal][sc=pkmn][/sc][/sc] [sc=fire][sc=pkmn][/sc][/sc] [sc=water][sc=pkmn][/sc][/sc] [sc=electric][sc=pkmn][/sc][/sc] [sc=grass][sc=pkmn][/sc][/sc] [sc=ice][sc=pkmn][/sc][/sc] [sc=fighting][sc=pkmn][/sc][/sc] [sc=poison][sc=pkmn][/sc][/sc] [sc=ground][sc=pkmn][/sc][/sc] [sc=flying][sc=pkmn][/sc][/sc] [sc=psychic][sc=pkmn][/sc][/sc] [sc=bug][sc=pkmn][/sc][/sc] [sc=rock][sc=pkmn][/sc][/sc] [sc=ghost][sc=pkmn][/sc][/sc] [sc=dragon][sc=pkmn][/sc][/sc] [sc=dark][sc=pkmn][/sc][/sc] [sc=steel][sc=pkmn][/sc][/sc] [sc=fairy][sc=pkmn][/sc][/sc] [/sc]

Delta preview code adapted from Mirzam
Noahverse's AvatarNoahverse
Noahverse's Avatar
Been meaning to share this for a while. An easier, quicker way (to me, at least) to share Pokemon platforms. Bonus point is, you don't need to own the Pokemon, you only need to know it's ID! (Handy when doing the TR mascots!) Pop this into your Templates and enter the Pokemon's ID in the prompt.

Pokemon Platform Template (one click select)

[url=https://pfq.link/?<Pkmn code>][img]https://pfq.link/?<Pkmn code>=platform.png[/img][/url]

Pokemon ID examples

https://pokefarm.com/summary/cYP6T [pkmnpanel=cYP6T] https://pfq.link/?cYP6T
Noahverse's AvatarNoahverse
Noahverse's Avatar
I sold them, but I wanted to commemorate my first delta specials I hatched by keeping their platforms. :)

Pages: 1234

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page