<div class='text-justify'> <center>  </center> Hello guys, Today's post is a bit special, it's my first **devlog** for the game i've been working on over the past two weeks. As i mentioned in my **introduction** **post**, I used to be a Unity Game Developer, creating games for various clients: businesses, university students, and people who wanted to start their own ventures by publishing games on Google Play and App Store. But i never actually took the time to develop a game for myself, a game that would symbolize my love for the gaming community. My favorite genres are **Tower Defense** ( i used to play tons of TD maps on Warcraft 3), **strategy**, **farming** and **RPGs**. For the past two weeks, i've been thinking and thinking.... <center>  </center> And then, i got an awesome idea! <center>  </center> What if i combined all my favorite genres into a single game, a special game, **my game** ? Sooooo....I started **brainstorming** ideas every single day. **What if i add this** ? **Or that** ? **How would it look** ? **Would players enjoy it** ? <center>  </center> While developing the game, i decided to share with you the most important **progress** i've made so far. At first, i added **lightning, terrain textures**, and created our very first **main character** <center>  </center> It's a whisp that decided to retire from all the "folklore activities" you've heard or read about, and instead become a full-time farmer. So, instead of luring people into marshes, swamps, or graveyards...it lured itself into its own **private farm plot**. <center>  </center> Of course, it would be boring to only have lightning and a simple terrain texture, right ? So i added scenery objects such as stones,flowers, and trees that are fully interactive :smile:. This is part of a new system i created....let's call it the **"Amazing Procedural Scenery Generator (r)"**. Then i made some tools that you can use with the **scenery**: - Axe = cut down trees and collect **wood** - Pickaxe = mine rocks and collect **stone** - Shears = harvest flower parts (**pollen** and **petals**) - Gloves = harvest crops once they're fully **grown** - Watery can = water your **plants** <center>  </center> But our inventory is quite small with all these tools...so we need a **satchel** to store materials, or even transfer items from the **hotbar**! <center>  </center> With all those materials in the **satchel** , it would be a shame not to put them to good use, right ? Wasting isn't an option! <center>  </center> So i created something interesting, **a crafting menu**, with some essential **recipes** for now: a **hoe** and an **axe** <center>  </center> <center>  </center> Now that we can craft important tools, we also need a way to manage **durability**. So i added **durability** to **everything**. Once an item's durability reaches **0**, it gets **destroyed**. Just like in real life, some tools get damaged to the point where they're not worth **repairing**, or simply can't be **repaired**, and must be **replaced**. <center>  </center> Great! Now durability is displayed, and our player can think: "Well, i better use this item carefully, or i'm going to lose it!" <center>  </center> After developing all these features, i decided to take a short **break** and go for a **walk**...but then the **rain** started, and i got soaked.... That's when i realized.....we need to **implement** this! I mean, what kind of **world** is this without a little rain now and then ? <center>  </center> So...i added **rain** 🌧️ ! <center>  </center> But in real life, you kinda know when it's going to **rain**, right ? We all have **smartphones** that tells us "**It's raining!**"...sometimes a bit too late, but at least you know! So i added an animated weather status as well :smile: <center>  </center> Remember when i said i created light ? Well, sure, this game has a **fantasy** setup, but we can't have an **infinite day**! This would be insane! I mean...we're creating monsters, battling enemies,discovering dungeons,breeding creatures...but still, we need **night**! So i built a new system...let's call it **"The Amazing Game Time System (r)"** and split **game time** into **four** **phases**: - **Sunrise** - **Day** - **Sunset** - **Night** I even created a nice **clock** that shows **in-game real time**. Yes!! It's fully **animated** and displays the time perfectly! (You can't imagine how much real-life time i spent on this task, lol) <center>  </center> <center>  </center> And yessss, i don't know if you noticed, but even the **rain particles** change their shade at **night**, because...well...rain doesn't **glow**. <center>  </center> Then i realized....waaaaait, we're missing something very important. We need to use our **hoe**. And yes, i mean the **item** :wink: <center>  </center> So now we can **plow** some **fields** and plant some **seeds**! <center>  </center> Nice! With **plowed** fields ready, let's plant some **seeds**. I've already made some **basic** ones: -**Wheat seed** -**Carrot seed** <center>  </center> But come on...planting seeds and having them **instantly** **grow** ? That's **no fun** at all ! (**Though i wish it worked like that in real life, lol**) It's waaaay more **rewarding** to actually watch them **grow**,right ? So, i made another completely amazing system called **"Amazing Growth Whatever System (r)"** ✅ Each plant now has** growth stages**, while **changing textures** based on its **current stage**, because ...hey...a **seed** can't stay a **seed** forever, right ? I added **4 stages** for **every plant**. But something was missing.. **GROWTH CONDITIONS**! **Now, a plant can only grow if:** - **It receives light from the sun ( so no growing during sunset or night)** - **It has enough water** I also made **rain affect plant growth**. If it **rains**, it will automatically fill the **waterCapacity** variable of the **plant**. Of course, you can also use the **Watering Can** to water your plants. _______ <div class="pull-left"> **Wheat and Carrot in Stage 1**  </div> <div class="pull-right"> **Stage 2**  </div> _______ <center> Since it was **night**, the **growth bar didn't move**. We had to wait for **sunrise**! </center> _______ <div class="pull-left"> **Stage 3**  </div> <div class="pull-right"> **Stage 4 - Final Stage**  </div> _______ <center> And that's it, once your plants are **fully grown**, you can use your **Gloves** item to **harvest** the crops **you worked so hard for**. </center> <center>  </center> Next, i wanted the game to feel more **alive**, so i made another **system**, **"The Simple & Amazing Notification System"**: <center>  </center> <center>  </center> <center>  </center> <center>  </center> For now, here's what I've implemented: - **Plowing fields** - **Item durability** - **Item mechanics** - **Crafting recipes** - **Crafting system** - **Crop harvesting system** - **Scenery harvesting system** - **Inventory system (split into hotbar + satchel, with transfer between them)** - **Random terrain generation** - **Weather system** - **Time system (clock + day/night cycle)** - **Plant growth system** And here's what I'd love to add in the future: - **Hive login integration** - **Farms tied to your Hive account (each account with a unique, randomly generated terrain, plus saved progress and inventory)** - **Quest system** - **Shop system** - **Season System** Keep an eye on devlogs for more details about updates :wink: Thank you so much for reading my devlog today! I'll keep posting updates as the game progresses Until next time ! <center>  </center> </div> --- Sources: - Gifs: Tenor
author | erzoooo |
---|---|
permlink | first-devlog-of-my-mystique-farming-game |
category | hive-140217 |
json_metadata | "{"app":"peakd/2025.8.3","format":"markdown","description":"This isn't your usual farming game you've seen before. Monsters, dungeons, fantasy crops and more I can't reveal yet.","tags":["devlog","gaming","hivegaming","hive","play2earn","programming","farm","blog","development","emyf"],"users":[],"image":["https://hackmd.io/_uploads/H1fy0e0uge.png","https://media1.tenor.com/m/7HUogy7rXs4AAAAC/feel-me-think-about-it.gif","https://media1.tenor.com/m/3Q9OLLYb9ewAAAAd/patrick-star.gif","https://media1.tenor.com/m/sUMVOCt-3ekAAAAd/sylvester-silvestre.gif","https://hackmd.io/_uploads/H1CbE10ueg.png","https://media1.tenor.com/m/6WQvXeSLiE8AAAAC/cat-farmer.gif","https://hackmd.io/_uploads/ryBnSyRulg.png","https://hackmd.io/_uploads/ByReLyAuxl.png","https://media1.tenor.com/m/8xBRsns90GMAAAAC/don%27t-waste-it-tj-lavin.gif","https://hackmd.io/_uploads/r10uUJAugl.png","https://hackmd.io/_uploads/Hk4jI1Cdlx.png","https://hackmd.io/_uploads/HyEzv1R_xe.png","https://media.tenor.com/SuVGs-GL7RoAAAAi/shocked-shocked-cat.gif","https://media1.tenor.com/m/CtoK5GnHt9sAAAAC/ssoggycat-shark.gif","https://hackmd.io/_uploads/H11EOJ0_xx.png"]}" |
created | 2025-08-16 20:03:36 |
last_update | 2025-08-16 20:03:36 |
depth | 0 |
children | 17 |
last_payout | 2025-08-23 20:03:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.594 HBD |
curator_payout_value | 8.537 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9,577 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,079,739 |
net_rshares | 59,046,813,726,544 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
juanmiguelsalas | 0 | 2,603,447,617 | 30% | ||
jeffjagoe | 0 | 14,078,557,633 | 25% | ||
diana.catherine | 0 | 6,048,476,049 | 50% | ||
felixxx | 0 | 1,742,193,138,448 | 100% | ||
clipman77 | 0 | 1,414,281,861 | 50% | ||
anech512 | 0 | 1,227,782,543 | 96% | ||
theb0red1 | 0 | 21,023,156,388 | 25% | ||
virtualgrowth | 0 | 1,014,410,807 | 100% | ||
kenistyles | 0 | 9,865,766,704 | 55% | ||
maarnio | 0 | 628,481,774,707 | 100% | ||
lk666 | 0 | 3,193,222,180 | 5% | ||
bigtakosensei | 0 | 27,990,766,278 | 20% | ||
vcelier | 0 | 2,263,520,798,165 | 50% | ||
saleg25 | 0 | 7,189,670,379 | 100% | ||
fidel-castro | 0 | 1,391,372,986 | 30% | ||
ganjafarmer | 0 | 4,983,769,178 | 2.5% | ||
macbaren | 0 | 1,764,701,350 | 100% | ||
inquisitive | 0 | 1,675,321,746 | 100% | ||
morph | 0 | 1,591,739,276 | 12.5% | ||
schlees | 0 | 1,932,750,784,894 | 100% | ||
forykw | 0 | 438,127,075,081 | 50% | ||
mblain | 0 | 1,294,760,493 | 100% | ||
kilianmiguel | 0 | 6,758,019,016 | 30% | ||
hellene8 | 0 | 2,497,737,076 | 50% | ||
jonmagnusson | 0 | 677,758,194 | 50% | ||
spectrumecons | 0 | 2,982,762,004,453 | 40% | ||
hhayweaver | 0 | 33,339,892,238 | 50% | ||
joeyarnoldvn | 0 | 448,332,446 | 1.47% | ||
gunthertopp | 0 | 1,027,549,315,990 | 20% | ||
elbiasto | 0 | 1,409,543,641 | 50% | ||
summertooth | 0 | 3,421,160,666 | 8.25% | ||
polaleye50 | 0 | 1,342,892,718 | 50% | ||
nerengot | 0 | 3,733,555,127 | 90% | ||
minnowbooster | 0 | 1,910,701,855,813 | 50% | ||
shebe | 0 | 702,671,406 | 6% | ||
resiliencia | 0 | 25,357,212,738 | 100% | ||
khalil319 | 0 | 680,171,460 | 25% | ||
sharelovenothate | 0 | 2,447,283,855 | 100% | ||
fabiyamada | 0 | 6,769,037,191 | 100% | ||
avesa | 0 | 3,252,609,510 | 33% | ||
etblink | 0 | 129,842,940,632 | 12.5% | ||
niallon11 | 0 | 162,474,015,845 | 10% | ||
amphlux | 0 | 38,696,536,077 | 50% | ||
bipolar | 0 | 2,474,811,702 | 33% | ||
infamousit | 0 | 6,793,817,979 | 25% | ||
iyanpol12 | 0 | 621,305,630 | 10% | ||
thegoliath | 0 | 32,264,615,490 | 100% | ||
kobusu | 0 | 30,546,417,880 | 100% | ||
cryptospooge | 0 | 479,402,470 | 50% | ||
vegoutt-travel | 0 | 49,421,316,231 | 40% | ||
schnitte | 0 | 555,285,275 | 100% | ||
realjohnaziz | 0 | 2,351,499,865 | 50% | ||
myanmarkoko | 0 | 21,308,223,710 | 100% | ||
yusifm | 0 | 452,083,993 | 50% | ||
odebgaming | 0 | 496,439,478 | 50% | ||
quekery | 0 | 1,357,475,220,711 | 100% | ||
tariksaran | 0 | 669,801,368 | 6% | ||
scuzzy | 0 | 1,520,176,463 | 5% | ||
camaund | 0 | 6,072,259,930 | 50% | ||
naloman | 0 | 1,112,078,949 | 50% | ||
pechichemena | 0 | 36,617,894,504 | 20% | ||
sneakyninja | 0 | 842,382,595 | 1.25% | ||
drunksamurai | 0 | 449,307,939 | 30% | ||
smooms | 0 | 1,073,547,815,732 | 100% | ||
willsaldeno | 0 | 706,071,948 | 50% | ||
lextenebris | 0 | 4,131,596,080 | 50% | ||
sentipl | 0 | 17,505,667,899 | 50% | ||
spiritabsolute | 0 | 37,542,458,364 | 100% | ||
ronpurteetv | 0 | 1,616,527,176 | 50% | ||
gabrielatravels | 0 | 225,522,985,828 | 100% | ||
cgrave | 0 | 1,923,242,107 | 100% | ||
branbello | 0 | 3,118,928,538 | 50% | ||
irisworld | 0 | 2,627,558,682 | 15% | ||
slacktmusic | 0 | 11,455,530,617 | 50% | ||
suhlaing | 0 | 3,802,972,394 | 50% | ||
plloi | 0 | 3,397,378,128 | 90% | ||
elsahilde | 0 | 523,916,344 | 30% | ||
kingeazi | 0 | 494,791,137 | 50% | ||
rhmi90 | 0 | 1,038,408,193 | 50% | ||
petrajordan | 0 | 676,323,223 | 50% | ||
dynamicrypto | 0 | 2,326,358,092 | 2.5% | ||
goldrooster | 0 | 32,953,006,581 | 100% | ||
powerpaul | 0 | 1,990,351,752,227 | 100% | ||
twanz | 0 | 480,621,031 | 100% | ||
christina-madart | 0 | 5,445,611,158 | 100% | ||
tomhall | 0 | 29,333,972,765 | 100% | ||
verhp11 | 0 | 19,688,861,529 | 50% | ||
green77 | 0 | 8,467,090,366 | 30% | ||
huascargarcia | 0 | 537,336,687 | 99.99% | ||
atomcollector | 0 | 18,282,579,839 | 25% | ||
asgarth | 0 | 700,200,153,195 | 50% | ||
citimillz | 0 | 4,090,068,960 | 50% | ||
gjart | 0 | 1,648,671,143 | 30% | ||
melvin7 | 0 | 176,360,976,940 | 50% | ||
siphon | 0 | 75,690,620,696 | 33% | ||
dumnebari | 0 | 903,323,034 | 50% | ||
sarmaticus | 0 | 190,978,124,037 | 90% | ||
indiebandguru | 0 | 9,672,613,714 | 50% | ||
jguzman394 | 0 | 2,363,116,406 | 40% | ||
theomgbrand | 0 | 3,499,464,386 | 50% | ||
proto26 | 0 | 65,691,307,240 | 100% | ||
theturtleproject | 0 | 8,377,361,274 | 50% | ||
ravenmus1c | 0 | 2,007,842,326,746 | 100% | ||
joila | 0 | 1,274,597,636 | 100% | ||
peter-ella | 0 | 2,831,734,042 | 70% | ||
sussexmusicfest | 0 | 866,261,320 | 100% | ||
reversehitler88 | 0 | 7,245,139,348 | 50% | ||
tibfox | 0 | 110,091,786,719 | 100% | ||
blogiwank | 0 | 479,817,184 | 50% | ||
bigbagbenji | 0 | 985,833,909 | 50% | ||
mary-me | 0 | 1,182,707,617,108 | 100% | ||
sensorycznyswiat | 0 | 6,626,110,891 | 90% | ||
ross92 | 0 | 2,420,637,414 | 50% | ||
drzerk88 | 0 | 449,657,318 | 50% | ||
tonybad | 0 | 2,145,540,601 | 50% | ||
sickshark | 0 | 15,943,778,787 | 50% | ||
ybf | 0 | 2,933,705,714 | 50% | ||
veckinon | 0 | 2,912,214,490 | 50% | ||
meanbees | 0 | 6,330,129,069 | 5% | ||
juxtamusic | 0 | 2,126,547,310 | 100% | ||
oriongg | 0 | 526,020,174 | 50% | ||
retard-gamer-de | 0 | 1,342,042,610 | 50% | ||
yaraha | 0 | 19,440,821,173 | 100% | ||
smacommunity | 0 | 954,813,353 | 50% | ||
musicvoter | 0 | 154,811,504,174 | 100% | ||
slobberchops | 0 | 8,870,943,256,436 | 100% | ||
crimo | 0 | 3,055,532,067 | 50% | ||
music4peace | 0 | 4,482,542,763 | 50% | ||
misterro | 0 | 639,142,611 | 100% | ||
cnisclub | 0 | 2,053,642,966 | 100% | ||
musiciansupport | 0 | 18,489,651,231 | 100% | ||
musicvoter2 | 0 | 127,981,098,982 | 100% | ||
vincy | 0 | 4,108,762,952 | 70% | ||
steempeak | 0 | 1,095,642,296,452 | 50% | ||
omegakane | 0 | 553,065,419 | 100% | ||
junkfeathers | 0 | 14,944,458,194 | 60% | ||
solarwarrior | 0 | 3,847,611,763 | 50% | ||
the.rocket.panda | 0 | 10,751,560,648 | 100% | ||
gabrielrr17 | 0 | 2,955,399,262 | 50% | ||
filebot | 0 | 723,857,484 | 50% | ||
dgi | 0 | 662,253,912 | 25% | ||
fl15 | 0 | 4,271,725,861 | 60% | ||
anyer-quantum | 0 | 588,595,512 | 100% | ||
steemian258 | 0 | 889,323,865 | 50% | ||
rolsonpatison | 0 | 979,480,998 | 50% | ||
hhtb | 0 | 6,173,619,299 | 50% | ||
lastravage | 0 | 16,528,182,029 | 100% | ||
diegopadilla | 0 | 3,727,280,494 | 100% | ||
mickvir | 0 | 27,274,069,091 | 100% | ||
thedailysneak | 0 | 1,165,335,712 | 1.25% | ||
amigareaction | 0 | 13,586,904,024 | 30% | ||
schlunior | 0 | 129,520,032,186 | 100% | ||
that.bass.guy | 0 | 826,435,193 | 50% | ||
melor9 | 0 | 7,476,310,652 | 50% | ||
lillywilton | 0 | 4,858,177,347 | 20% | ||
acousticguitar | 0 | 2,776,831,332 | 10% | ||
skaarl | 0 | 14,068,458,463 | 50% | ||
volareo | 0 | 3,178,826,033 | 50% | ||
p4ragon | 0 | 3,909,309,936 | 50% | ||
mimismartypants | 0 | 8,381,949,976 | 8% | ||
platuro | 0 | 970,077,412 | 100% | ||
altonos | 0 | 2,727,803,250 | 50% | ||
bergamote | 0 | 568,221,144 | 50% | ||
ynwa.andree | 0 | 120,553,964,719 | 50% | ||
guurry123 | 0 | 1,068,161,929 | 1.5% | ||
sbi8 | 0 | 97,312,435,336 | 31.55% | ||
beats4change | 0 | 7,658,264,105 | 50% | ||
titopx | 0 | 9,139,527,216 | 50% | ||
wav-dr | 0 | 36,587,259,542 | 100% | ||
esthersanchez | 0 | 1,041,123,492 | 20% | ||
bufinjer | 0 | 4,151,925,738 | 50% | ||
kristall97 | 0 | 702,536,808 | 100% | ||
madmanmusic | 0 | 892,318,657 | 100% | ||
cavachon | 0 | 1,843,560,488 | 100% | ||
mamolya | 0 | 559,906,517 | 96% | ||
irionet | 0 | 5,821,601,483 | 50% | ||
riyuuhi | 0 | 996,802,405 | 100% | ||
bjdenter | 0 | 523,180,591 | 100% | ||
he-went-rogue | 0 | 650,652,480 | 100% | ||
daddycosmic | 0 | 759,625,923 | 50% | ||
mr-wallstreet | 0 | 557,021,791 | 25% | ||
hashkings | 0 | 2,756,933,047 | 5% | ||
thelogicaldude | 0 | 4,545,075,623 | 10% | ||
emalliance | 0 | 1,887,232,832 | 50% | ||
rocketpower | 0 | 482,176,415 | 20% | ||
wallvater | 0 | 6,658,671,201 | 100% | ||
c3r34lk1ll3r | 0 | 9,552,937,213 | 25% | ||
helgalubevi | 0 | 13,685,137,430 | 50% | ||
monsterjamgold | 0 | 2,802,274,906 | 50% | ||
nooblogger | 0 | 2,435,429,989 | 25% | ||
wulff-media | 0 | 49,629,072,474 | 100% | ||
maxgolden | 0 | 3,616,805,629 | 50% | ||
sarmagames | 0 | 1,987,049,489 | 90% | ||
crimcrim | 0 | 518,222,740 | 37.5% | ||
freemonster | 0 | 844,780,862 | 20% | ||
kaeptn-iglo | 0 | 1,465,213,182 | 100% | ||
mind.force | 0 | 3,204,652,972 | 25% | ||
empis | 0 | 499,065,723,575 | 100% | ||
lrekt01 | 0 | 6,573,243,049 | 80% | ||
comparestore | 0 | 6,282,393,263 | 100% | ||
dechuck | 0 | 18,170,467,313 | 100% | ||
sbi-tokens | 0 | 2,230,134,675 | 2.5% | ||
cardtrader | 0 | 21,411,240,751 | 100% | ||
man60360 | 0 | 1,977,165,133 | 50% | ||
baltai | 0 | 76,151,027,932 | 25% | ||
narnary | 0 | 544,515,429 | 88.88% | ||
sandymeyer | 0 | 40,184,447,734 | 12.5% | ||
jgb | 0 | 90,107,128,587 | 80% | ||
apineda | 0 | 16,474,457,709 | 70% | ||
cratic | 0 | 562,325,392 | 100% | ||
bpcvoter | 0 | 450,544,413 | 50% | ||
suriel3000 | 0 | 920,390,610 | 100% | ||
mvanhauten | 0 | 2,442,091,724 | 100% | ||
bo022 | 0 | 1,970,372,641 | 100% | ||
classe | 0 | 971,458,041 | 50% | ||
vault.tokens | 0 | 982,325,883 | 50% | ||
hive-127039 | 0 | 916,936,675 | 25% | ||
risingstargame | 0 | 351,500,919,951 | 100% | ||
peakd | 0 | 2,093,638,539,165 | 50% | ||
hiq | 0 | 682,552,307,498 | 100% | ||
akunull | 0 | 3,716,827,985 | 88% | ||
azar0307 | 0 | 1,991,519,097 | 100% | ||
janaliana | 0 | 702,477,955 | 12.5% | ||
benthomaswwd | 0 | 1,991,725,369 | 25% | ||
captainhive | 0 | 1,092,628,007,065 | 40% | ||
mrtrek | 0 | 786,797,465 | 100% | ||
risingstar2 | 0 | 478,738,304,101 | 100% | ||
holoferncro | 0 | 8,055,917,583 | 20% | ||
the100 | 0 | 122,105,125,105 | 49% | ||
hivelist | 0 | 5,045,806,023 | 5% | ||
kiemurainen | 0 | 17,557,018,785 | 50% | ||
logicforce | 0 | 6,819,314,903 | 50% | ||
dobro2020 | 0 | 7,409,627,119 | 50% | ||
ilovewintergem | 0 | 63,139,956,185 | 50% | ||
bitcoinsud | 0 | 1,512,454,585 | 50% | ||
notaboutme | 0 | 2,015,805,090 | 50% | ||
hive-108278 | 0 | 887,353,266 | 50% | ||
liz.writes | 0 | 1,060,059,566 | 50% | ||
treefiddybruh | 0 | 7,530,366,741 | 100% | ||
goliathus | 0 | 4,335,980,025 | 50% | ||
jobonlineclub | 0 | 2,794,839,296 | 50% | ||
sirdemian | 0 | 3,255,928,261 | 50% | ||
keniel16 | 0 | 2,122,988,968 | 100% | ||
jesustriker7 | 0 | 785,625,402 | 100% | ||
altleft | 0 | 509,269,322,467 | 1% | ||
finris | 0 | 3,238,920,712 | 50% | ||
hivefiveme | 0 | 1,074,268,788 | 50% | ||
philipmak | 0 | 1,528,687,154 | 50% | ||
prometheus1881 | 0 | 1,064,924,114 | 100% | ||
carmate | 0 | 15,094,933,184 | 100% | ||
patriamcaritatis | 0 | 7,675,639,015 | 100% | ||
rslsaku | 0 | 3,553,881,682 | 100% | ||
damus-nostra | 0 | 29,496,216,683 | 100% | ||
willmington-w | 0 | 4,614,742,408 | 50% | ||
abenteurer-dan | 0 | 6,227,849,871 | 100% | ||
bitri | 0 | 13,678,947 | 90% | ||
rarereden | 0 | 3,395,190,625 | 90% | ||
valdiva | 0 | 123,008,417,481 | 100% | ||
zaddyboy | 0 | 2,232,897,853 | 40% | ||
ceheran | 0 | 15,851,357,478 | 100% | ||
hiq.redaktion | 0 | 88,353,222,533 | 100% | ||
javosl | 0 | 1,220,130,793 | 100% | ||
brujulamusical | 0 | 2,530,214,047 | 50% | ||
pepeymeli | 0 | 782,817,710 | 50% | ||
fdeflash | 0 | 1,826,665,989 | 100% | ||
jesusxzoliz | 0 | 642,084,296 | 50% | ||
dripdropp | 0 | 1,496,160,104 | 100% | ||
druckado | 0 | 3,847,134,050 | 100% | ||
rondonshneezy | 0 | 503,011,229 | 2.5% | ||
mgzg68 | 0 | 1,250,916,329 | 100% | ||
titus-vivant | 0 | 674,161,462 | 50% | ||
gameexp | 0 | 4,918,020,383 | 25% | ||
guitarmcy | 0 | 76,436,559,939 | 100% | ||
eldritchspig | 0 | 1,156,758,654 | 50% | ||
risingstarhub | 0 | 268,993,177,469 | 100% | ||
yozen | 0 | 160,142,805,050 | 50% | ||
thedd | 0 | 11,162,746,561 | 50% | ||
cookaiss | 0 | 2,635,035,503 | 50% | ||
zarwelius | 0 | 2,794,076,296 | 100% | ||
rsgraveyard | 0 | 512,917,318 | 100% | ||
benjaaa | 0 | 1,843,290,859 | 100% | ||
bobthebuilder2 | 0 | 9,064,303,025 | 12.5% | ||
jdans01cs | 0 | 459,988,566 | 100% | ||
arunbiju969 | 0 | 553,118,394 | 14% | ||
floobrecords | 0 | 2,469,915,628 | 80% | ||
grotfang | 0 | 856,604,396 | 100% | ||
houseoftribes | 0 | 659,989,710 | 99% | ||
cibersk8 | 0 | 851,744,032 | 50% | ||
freed99 | 0 | 701,401,969 | 2.5% | ||
robvector | 0 | 47,668,424,565 | 50% | ||
failingforwards | 0 | 60,774,062,857 | 50% | ||
wend1go | 0 | 11,668,766,530 | 100% | ||
nobutsd1974 | 0 | 5,710,640,365 | 50% | ||
luckygamer | 0 | 539,479,515 | 50% | ||
dirtnowitzki | 0 | 555,351,177 | 100% | ||
wizzitywillican | 0 | 7,840,889,102 | 100% | ||
fwxiii | 0 | 9,560,597,594 | 50% | ||
jeffopenscards | 0 | 30,749,003,921 | 50% | ||
lexiws | 0 | 1,414,239,913 | 99.1% | ||
thecrevolution | 0 | 2,748,147,113 | 100% | ||
maxelitereturned | 0 | 910,985,575 | 50% | ||
statico | 0 | 1,672,815,067 | 50% | ||
nfttunz | 0 | 1,159,144,135,568 | 50% | ||
atexoras.pub | 0 | 29,724,068,379 | 50% | ||
belhaven14 | 0 | 14,612,734,669 | 100% | ||
stephyymullen | 0 | 3,121,906,335 | 50% | ||
egistar | 0 | 5,316,116,397 | 20% | ||
luiscrdsag7 | 0 | 1,441,193,022 | 50% | ||
silver-edge | 0 | 3,750,908,216 | 100% | ||
pair | 0 | 634,940,242 | 50% | ||
mirteg | 0 | 3,403,685,511 | 50% | ||
risingstarangels | 0 | 696,679,062 | 100% | ||
nazatpt | 0 | 4,891,328,371 | 100% | ||
yankosoito | 0 | 1,211,753,062 | 100% | ||
chiril | 0 | 4,373,136,931 | 100% | ||
d35tr0 | 0 | 679,598,527 | 50% | ||
maismau | 0 | 2,002,749,526 | 50% | ||
thecbp-hiver | 0 | 3,295,491,384 | 50% | ||
fehlerbeheber | 0 | 679,814,666 | 100% | ||
merwinrod | 0 | 2,094,358,744 | 50% | ||
knightmarey | 0 | 843,639,008 | 100% | ||
javiss | 0 | 21,240,108,019 | 100% | ||
dacot951 | 0 | 2,262,916,010 | 100% | ||
antiosh | 0 | 2,335,087,471 | 50% | ||
tatou66 | 0 | 1,230,393,106 | 100% | ||
choof | 0 | 500,620,993 | 100% | ||
dungeondog | 0 | 58,764,321,859 | 100% | ||
ischmieregal | 0 | 43,937,383,605 | 100% | ||
szmobacsi | 0 | 2,001,629,225 | 90% | ||
mechpolaris | 0 | 536,214,870 | 100% | ||
bokica80 | 0 | 5,427,628,376 | 50% | ||
chempito | 0 | 944,261,252 | 50% | ||
theshad0ws | 0 | 1,693,185,466 | 50% | ||
lokywolf2295 | 0 | 890,581,277 | 50% | ||
michjazz | 0 | 3,198,514,265 | 100% | ||
r0nny | 0 | 15,829,344,792 | 100% | ||
menzo | 0 | 1,814,176,761 | 10% | ||
bladesong | 0 | 2,580,653,380 | 100% | ||
eliezer65 | 0 | 541,305,279 | 100% | ||
nyche | 0 | 11,366,644,822 | 50% | ||
esperosh1ve | 0 | 2,562,666,767 | 100% | ||
josman831 | 0 | 13,776,977,589 | 100% | ||
spand | 0 | 516,884,382 | 100% | ||
shakavon | 0 | 741,749,829 | 50% | ||
kalmere | 0 | 8,989,574,407 | 100% | ||
bluepenguin | 0 | 517,732,377 | 50% | ||
ajaxwest | 0 | 1,787,107,998 | 100% | ||
navre | 0 | 682,615,252 | 50% | ||
mozzie5 | 0 | 4,352,178,473 | 25% | ||
proton80 | 0 | 591,846,149 | 50% | ||
setroot | 0 | 3,766,681,839 | 100% | ||
instamental | 0 | 11,275,470,423 | 50% | ||
dusi | 0 | 462,922,473 | 100% | ||
assassyn | 0 | 5,711,579,703 | 50% | ||
cryptoace33 | 0 | 488,887,869 | 100% | ||
mochilub | 0 | 488,367,644 | 2.5% | ||
hiv3 | 0 | 1,010,998,915 | 50% | ||
sevticon | 0 | 4,525,226,133 | 100% | ||
ofiriano | 0 | 995,293,447 | 50% | ||
watsapinin | 0 | 1,505,437,117 | 90% | ||
banzafahra | 0 | 8,831,423,890 | 50% | ||
scrims | 0 | 529,690,619 | 100% | ||
martinthemass | 0 | 617,988,225 | 100% | ||
antemage | 0 | 763,532,281 | 50% | ||
rubendiazludla | 0 | 792,817,997 | 50% | ||
dazed-wanderer | 0 | 6,793,371,562 | 100% | ||
era120 | 0 | 3,965,757,018 | 100% | ||
lcly | 0 | 519,190,616 | 100% | ||
x2bc4 | 0 | 2,359,426,414 | 100% | ||
serjeant | 0 | 2,537,505,685 | 100% | ||
emd012 | 0 | 5,541,467,424 | 100% | ||
garzug | 0 | 4,714,064,968 | 100% | ||
acantoni | 0 | 8,728,354,707 | 25% | ||
xykorlz | 0 | 7,485,510,210 | 30% | ||
tim.hendrix | 0 | 577,304,944 | 50% | ||
elhartz | 0 | 1,481,716,936 | 100% | ||
magicali | 0 | 2,975,901,759 | 100% | ||
supremo8369 | 0 | 546,272,774 | 50% | ||
ledinis | 0 | 4,177,764,880 | 100% | ||
njker | 0 | 2,349,970,266 | 100% | ||
gambit-x | 0 | 1,034,623,289 | 50% | ||
hive-199021 | 0 | 13,718,813,501 | 90% | ||
mcgilli | 0 | 721,757,045 | 100% | ||
miketronnn | 0 | 2,750,925,471 | 50% | ||
highhaschdi | 0 | 1,677,437,378 | 100% | ||
barizon | 0 | 1,248,177,332 | 100% | ||
astrocat-3663 | 0 | 864,377,791 | 50% | ||
marsupia | 0 | 1,222,020,576 | 50% | ||
winelay | 0 | 61,092,148,701 | 50% | ||
ruralio | 0 | 564,971,014 | 25% | ||
combowrath | 0 | 852,314,648 | 100% | ||
sopiax | 0 | 1,322,466,660 | 100% | ||
eylz619 | 0 | 2,127,978,856 | 50% | ||
poggersdude | 0 | 1,953,861,997 | 50% | ||
mephist0 | 0 | 1,670,346,689 | 100% | ||
xgoivo | 0 | 990,638,749 | 100% | ||
spartano | 0 | 4,603,655,388 | 100% | ||
brenlys2000 | 0 | 2,727,405,609 | 100% | ||
malnavi | 0 | 2,200,632,932 | 100% | ||
therad | 0 | 475,857,227 | 100% | ||
deveter | 0 | 595,741,936 | 50% | ||
sethu | 0 | 1,509,476,445 | 100% | ||
techoe | 0 | 545,617,496 | 50% | ||
brizahd | 0 | 5,135,016,908 | 100% | ||
alexisgr93 | 0 | 12,797,599,578 | 35% | ||
cryptopsycho21 | 0 | 2,974,422,687 | 50% | ||
darkcore29 | 0 | 4,705,496,824 | 100% | ||
itsmitu | 0 | 992,933,251 | 100% | ||
sevatar | 0 | 1,743,373,482 | 100% | ||
maurye23 | 0 | 1,017,387,146 | 50% | ||
james33837 | 0 | 1,079,146,400 | 100% | ||
pius82 | 0 | 577,829,969 | 50% | ||
bernaku | 0 | 813,968,725 | 50% | ||
lyryana | 0 | 5,683,089,362 | 100% | ||
chefdjg | 0 | 648,883,700 | 50% | ||
jshpvsqz | 0 | 2,205,033,887 | 100% | ||
gynfreaks | 0 | 2,116,725,789 | 50% | ||
nikita200 | 0 | 1,072,961,060 | 100% | ||
jiso | 0 | 448,509,314 | 100% | ||
keeper-of-eden | 0 | 2,449,894,649 | 50% | ||
mrcandy | 0 | 502,119,334 | 50% | ||
reviewed | 0 | 1,507,888,319 | 100% | ||
smplddy | 0 | 542,513,602 | 50% | ||
helvield | 0 | 13,713,213,928 | 100% | ||
cristoase | 0 | 7,049,492,368 | 100% | ||
enjim | 0 | 2,290,790,587 | 90% | ||
jin-out | 0 | 7,499,958,110 | 50% | ||
cantfoldaces | 0 | 10,144,612,637 | 40% | ||
good-game | 0 | 800,289,886 | 80% | ||
pittcn | 0 | 4,016,676,931 | 50% | ||
hiq.magazine | 0 | 1,124,260,811,686 | 100% | ||
churchoftheway | 0 | 2,939,448,016 | 100% | ||
metronet | 0 | 698,485,323 | 50% | ||
thedoc07 | 0 | 5,211,524,611 | 50% | ||
tillmea | 0 | 676,590,038 | 100% | ||
renora | 0 | 482,715,365 | 100% | ||
psyberx | 0 | 17,588,219,159 | 25% | ||
ghici | 0 | 1,697,082,912 | 90% | ||
skgcrypto | 0 | 886,679,691 | 50% | ||
uchti | 0 | 1,288,902,450 | 100% | ||
kaale | 0 | 860,753,980 | 50% | ||
gezellig | 0 | 1,740,069,937 | 50% | ||
marcmaron | 0 | 5,505,477,303 | 50% | ||
elduderino420a | 0 | 808,640,826 | 100% | ||
dotz132 | 0 | 69,581,835,044 | 100% | ||
allstarz | 0 | 611,288,378 | 100% | ||
postapocgamer | 0 | 3,701,496,179 | 100% | ||
zeitplanziellos | 0 | 964,567,873 | 100% | ||
bdmcarm | 0 | 449,014,236 | 50% | ||
youngyoda | 0 | 499,290,626 | 100% | ||
kayntan | 0 | 3,351,137,443 | 50% | ||
darkeis | 0 | 2,130,840,365 | 100% | ||
jpleron | 0 | 1,886,509,717 | 50% | ||
mystel | 0 | 488,157,132 | 50% | ||
kws-squitoz | 0 | 3,681,890,787 | 100% | ||
herman-german | 0 | 9,916,649,065 | 50% | ||
rakhmen | 0 | 2,559,816,664 | 100% | ||
newilluminati | 0 | 319,242,556,893 | 50% | ||
ruchial | 0 | 1,387,254,898 | 50% | ||
thgaming | 0 | 489,041,455 | 5% | ||
alexmag1988 | 0 | 1,896,592,926 | 50% | ||
stickupcurator | 0 | -77,066,147,389 | -10% | ||
bad-juju | 0 | 1,626,992,366 | 100% | ||
qoogohome | 0 | 861,321,821 | 100% | ||
astuk | 0 | 177,212,449,565 | 100% | ||
elliptique | 0 | 8,532,151,585 | 100% | ||
blackmamba56566 | 0 | 1,572,905,541 | 50% | ||
aceyaan | 0 | 1,333,302,366 | 100% | ||
healjoal | 0 | 577,626,397 | 50% | ||
memess | 0 | 16,904,766,693 | 100% | ||
blocktunes | 0 | 2,048,811,385 | 20% | ||
lynliss | 0 | 1,335,461,873 | 50% | ||
heteroclite | 0 | 4,893,909,689 | 6.25% | ||
luckbound | 0 | 938,364,315 | 100% | ||
hatke | 0 | 5,797,602,142 | 100% | ||
tigretimo | 0 | 1,129,331,856 | 70% | ||
galbastiann | 0 | 642,972,806 | 100% | ||
hacher | 0 | 512,819,295 | 100% | ||
hans99 | 0 | 470,606,542 | 50% | ||
gessy | 0 | 485,991,132 | 50% | ||
sinelux | 0 | 2,765,978,126 | 50% | ||
der.merlin | 0 | 4,867,398,875 | 100% | ||
thorlock | 0 | 104,918,456,561 | 100% | ||
charliefix | 0 | 4,035,761,899 | 50% | ||
splinterbin | 0 | 1,353,985,230 | 50% | ||
snowboarderpete | 0 | 2,037,704,368 | 100% | ||
amazot1 | 0 | 3,158,414,999 | 50% | ||
kfccccc | 0 | 712,673,488 | 100% | ||
blockgolem | 0 | 1,959,344,299 | 100% | ||
jmis101 | 0 | 3,348,166,270 | 30% | ||
her18lux | 0 | 2,554,193,568 | 20% | ||
dalekma | 0 | 1,725,270,989 | 100% | ||
daniellemurray | 0 | 3,450,161,663 | 50% | ||
carpemeridiem | 0 | 2,449,814,172 | 100% | ||
donma | 0 | 1,053,388,425 | 100% | ||
dilox | 0 | 924,984,265 | 80% | ||
cryptokim03 | 0 | 3,422,087,617 | 50% | ||
ikutojar | 0 | 468,659,336 | 80% | ||
sabosuke | 0 | 934,164,680 | 50% | ||
ghostlybg | 0 | 6,505,645,377 | 50% | ||
mighty-thor | 0 | 6,251,126,630 | 100% | ||
gamemapmaker | 0 | 2,803,698,405 | 100% | ||
makstark | 0 | 623,663,876 | 100% | ||
amafable07 | 0 | 1,599,489,469 | 50% | ||
ricardoeloy | 0 | 1,016,520,930 | 25% | ||
jeltoulo | 0 | 762,301,454 | 100% | ||
rukien | 0 | 5,896,283,114 | 100% | ||
stevermac1966 | 0 | 1,138,408,575 | 50% | ||
visionarystudios | 0 | 2,998,277,729 | 25% | ||
raca75 | 0 | 627,495,870 | 50% | ||
ernesto6402 | 0 | 5,559,589,160 | 100% | ||
embunpagi | 0 | 1,038,629,238 | 50% | ||
hiq.shares | 0 | 11,592,529,978 | 100% | ||
kaeltegott | 0 | 1,076,457,218 | 50% | ||
bigorna1 | 0 | 3,908,992,642 | 25% | ||
nwothini335 | 0 | 4,582,854,343 | 50% | ||
nnemi | 0 | 20,012,122,488 | 100% | ||
psyber-x | 0 | 855,069,229 | 25% | ||
phoenix-bank | 0 | 1,089,624,893 | 80% | ||
hk-curation | 0 | 6,959,150,624 | 5% | ||
genepoolcardlord | 0 | 119,304,246,072 | 50% | ||
jimmy-junior | 0 | 5,785,708,044 | 100% | ||
badge-428571 | 0 | 1,504,862,556 | 100% | ||
juansitosaiyayin | 0 | 591,718,687 | 50% | ||
hfernandezz | 0 | 471,430,829 | 100% | ||
owlyfarm | 0 | 584,927,015 | 50% | ||
mugglow | 0 | 635,316,324 | 100% | ||
the13anarchist | 0 | 3,213,674,318 | 20% | ||
doombot75 | 0 | 15,100,778,050 | 50% | ||
psyberwhale | 0 | 5,527,465,774 | 20% | ||
peak.open | 0 | 17,692,957,851 | 50% | ||
deepspiral | 0 | 910,578,875 | 25% | ||
zehn34 | 0 | 3,533,539,336 | 50% | ||
solarisfuture | 0 | 10,739,038,460,138 | 100% | ||
splinterwhale | 0 | 4,391,875,493 | 100% | ||
rsstarpro | 0 | 633,367,075,066 | 100% | ||
beebop | 0 | 202,815,630,715 | 100% | ||
hiq.witness | 0 | 156,136,799,453 | 100% | ||
xamanh | 0 | 1,258,891,389 | 75% | ||
bobcarj | 0 | 682,192,773 | 70% | ||
tuba777 | 0 | 2,373,806,711 | 50% | ||
mv-curacion | 0 | 8,755,263,521 | 5% | ||
erney333 | 0 | 2,864,152,556 | 100% | ||
ydaiznfts2 | 0 | 1,833,117,536 | 100% | ||
llamataur | 0 | 2,717,706,698 | 50% | ||
sofort77 | 0 | 865,317,911 | 50% | ||
devmarvel | 0 | 2,013,545,039 | 50% | ||
fizz0 | 0 | 1,247,474,647 | 50% | ||
beauty197 | 0 | 8,355,654,886 | 50% | ||
craftink | 0 | 1,158,635,647,739 | 100% | ||
lu1sa | 0 | 836,534,507 | 50% | ||
opticus | 0 | 9,592,111,850 | 100% | ||
hive-shop | 0 | 1,851,401,081 | 100% | ||
hd-treasury | 0 | 12,508,079,557 | 50% | ||
pit3r | 0 | 20,829,901,519 | 100% | ||
y3ssi | 0 | 20,130,388,748 | 100% | ||
mizzmomoz | 0 | 2,574,552,116 | 100% | ||
hive-bounty | 0 | 2,434,699,026 | 100% | ||
tahastories1 | 0 | 13,574,944,092 | 50% | ||
rondydjprod | 0 | 1,058,752,839 | 50% | ||
wahlterwhite | 0 | 535,155,992 | 2.5% | ||
thezyppi | 0 | 29,034,706,409 | 100% | ||
hivetoolsio | 0 | 911,807,915 | 100% | ||
blue-cheese | 0 | 8,306,084,509 | 50% | ||
upstaked | 0 | 2,772,480,896 | 60% | ||
ashamoirai | 0 | 815,869,741 | 50% | ||
hivedrip | 0 | 92,543,391,256 | 100% | ||
basil20 | 0 | 688,866,375 | 50% | ||
michael700 | 0 | 823,425,353 | 90% | ||
nkatadelgormo | 0 | 1,179,334,963 | 50% | ||
riseofthepixels | 0 | 6,033,026,960 | 50% | ||
captainman | 0 | 6,875,881,470 | 50% | ||
sarmatiapay | 0 | 43,835,274,477 | 90% | ||
tebesc | 0 | 5,526,132,217 | 6.25% | ||
iamlovelykate | 0 | 26,042,856,102 | 100% | ||
midnight-studio | 0 | 4,962,386,237 | 12.5% | ||
ligobregon | 0 | 602,296,635 | 100% | ||
salmeron-sw | 0 | 5,909,019,074 | 50% | ||
luisgil-sw | 0 | 1,330,142,744 | 50% | ||
pixels.vault | 0 | 274,758,093,423 | 50% | ||
toryfestus | 0 | 1,956,133,670 | 20% | ||
bellscoin | 0 | 816,298,043 | 25% | ||
nordsteorra | 0 | 778,550,824 | 50% | ||
coltdelegation | 0 | 2,719,874,090 | 25% | ||
yoecipri | 0 | 2,427,498,002 | 100% | ||
rogerlabanane | 0 | 2,562,003,445 | 50% | ||
itsmemic | 0 | 18,059,318,788 | 100% | ||
sneakz | 0 | 1,031,336,039 | 25% | ||
perfect20 | 0 | 1,351,992,664 | 50% | ||
gamesupport | 0 | 31,315,290,952 | 100% | ||
andrearivera | 0 | 932,958,355 | 100% | ||
bhr-curation | 0 | 50,232,184,904 | 25% | ||
rsgraveyard2 | 0 | 4,852,849,111 | 100% | ||
dayanama | 0 | 902,956,255 | 100% | ||
rscardclub | 0 | 4,112,357,822 | 40% | ||
hvf | 0 | 55,460,521,307 | 40% | ||
jacek-kowalski | 0 | 1,879,785,833 | 90% | ||
bardsilver | 0 | 779,163,852 | 100% | ||
dragan1957 | 0 | 28,009,614,176 | 100% | ||
gerardosahagun | 0 | 619,760,410 | 10% | ||
mariammm | 0 | 2,542,653,851 | 100% | ||
yonfire2 | 0 | 4,401,362,860 | 100% | ||
joeagee | 0 | 781,841,499 | 50% |
Love the farming game idea! That Unity experience will definitely shine through. Good luck with the devlog! 🐎
author | bhr-curation |
---|---|
permlink | first-devlog-of-my-mystique-farming-game-1755374946789 |
category | hive-140217 |
json_metadata | {} |
created | 2025-08-16 20:09:06 |
last_update | 2025-08-16 20:09:06 |
depth | 1 |
children | 1 |
last_payout | 2025-08-23 20:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 10,539,653,636,186 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,079,908 |
net_rshares | 17,285,359,587 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 17,285,359,587 | 100% |
Thank you :)
author | erzoooo |
---|---|
permlink | re-bhr-curation-t13s0t |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3"} |
created | 2025-08-16 20:10:06 |
last_update | 2025-08-16 20:10:06 |
depth | 2 |
children | 0 |
last_payout | 2025-08-23 20:10:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,079,951 |
net_rshares | 0 |
Congratulations @erzoooo! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@erzoooo/payout.png?202508162303"></td><td>You received more than 50 HP as payout for your posts, comments and curation.<br>Your next payout target is 100 HP.<br><sub>The unit is Hive Power equivalent because post and comment rewards can be split into HP and HBD</sub></td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@erzoooo) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-1755385511 |
category | hive-140217 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2025-08-16 23:05:12 |
last_update | 2025-08-16 23:05:12 |
depth | 1 |
children | 0 |
last_payout | 2025-08-23 23:05:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 767 |
author_reputation | 369,462,889,474,554 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,085,689 |
net_rshares | 0 |
<center> Watch Here: https://blurt.media/w/o3ZoW2XCHKsMRFYTZXMdhW</center> <br> <center></center> After 4 years, It's time i declared my exodus from the Hive blockchain. The first part of the video is my small dialogue with kencode regarding the Wing Chun Kicks. The second bit is about my journey on the Hive Blockchain. The third part is all about the Hive-Cabal sniffin my MF-ING nutsack and giving them an entire existence-worth of middle fingers. The final part is my take on the Blurt blockchain being the Monero of the web3 crypto-blogging space. Don't fck it up guys, this is our last chance. Blurt must stick with it's principles and what it stands for, never backing down, never cowering in the face of hardship and never selling out. <center>https://youtu.be/gW654alAC98</center> <center>  https://blurt.blog/blurt/@bitcoinman/5ocggs-hive-losing-a-great-onboarded</center> <br> <center> </center> <center></center> <br> Not really bothered about the downvotes as i don't rely on Hive to make my living. I have too many talents to be tied down by Hive.io ; also a man without a plan ends up getting shafted. I'll just wait til the day these mfers will all line up to sniff my nutsack juice. Life always comes full circle. They will sniff it in the end, they always do 🤣🤣🤣. /// <center>https://youtu.be/xvYaQN4RcDs?si=6bLu76g38rXvs16R</center> <center>https://youtu.be/d2JCga0-zaM?si=VVmxUaxr9FMjFSsL</center> <center></center> <center></center> <center></center> <center></center> <br> ### WHY ARE PEOPLE LEAVING HIVE? <center></center>  - https://peakd.com/hive/@jaynie/not-a-doormat - https://www.pscp.tv/w/1yNGaBMnnNDJj - https://peakd.com/@bpcvoter3/posts - https://blurt.blog/blurt-143557/@yayogerardo/free-speech-at-risk-a-closer-look-at-hive-s-digital-control-mechanisms-1748480992053 - https://peakd.com/hive/@khrom/the-downvote-economy-how-to-steal-the-value-of-someone-s-work-and-get-rich-off-their-efforts - https://peakd.com/hive-110786/@kennyskitchen/top-20-witness-pushing-for-human-extinction - https://hive.blog/proposals/@world-travel-pro/shocking-down-vote-button-imposed-weapon-of-choice-for-organized-network-of-corrupt-power-brokers-on-the-hive-blockchain - https://hive.blog/hive/@world-travel-pro/mind-blowing-and-shocking-abuse-revealed-on-the-hive-blockchain - https://blurt.blog/censorship/@yayogerardo/part-response-to-calendulacraft-s-reflection-a-look-behind-the-mask-of-fear-1748301294647 - https://peakd.com/hive-167922/@kennyskitchen/downvotes-a-complex-issue-indicative-of-a-failure-in-design - https://peakd.com/free-speech/@paradigmprospect/i-am-powering-down-the-extent-of-hive-censorship-finally-reached-my-awareness - https://peakd.com/hive/@unklebonehead/this-is-my-last-post-on-hive - https://peakd.com/hive-167922/@pele23/why-hive-will-never-take-off-azb - https://peakd.com/hive-150329/@lucylin/if-it-walks-like-a-dpos-and-talks-like-a-dpos-its-probably-a-dictatorial-piece-of-shite - https://hive.blog/hive/@world-travel-pro/update-things-are-far-worse-than-most-could-have-ever-imagined                    
author | jin-out |
---|---|
permlink | re-erzoooo-t16vtb |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3","image":["https://files.peakd.com/file/peakd-hive/jin-out/EokfXYCtRafX2FaBiSmmbgVrNfmGkJLUFyaJYKroubScttpCRXnHSkqqmYzm8Qffbmw.jpg","https://files.peakd.com/file/peakd-hive/jin-out/AK2DQUpVe7VR59Ps7bkkdAkixKtqp7YNQD2akNjuhZWWMjsWtYUkDiWCtiSZ1JT.jpg","https://files.peakd.com/file/peakd-hive/jin-out/AJmqmuKyQitoxpHJ2KtVoiLNodtykjS88svT9ZQdS9u8sDqEDcFvuNJYh3HcY3i.png","https://files.peakd.com/file/peakd-hive/jin-out/23tGZdpWmqVcHx7ipEAez5aZusabc63ePGFyV6Md8XfmSiwfqJjxggZQaetRdLgdCWiVb.png","https://files.peakd.com/file/peakd-hive/jin-out/48FiDiJHY6KwfeLjz4QRn1TALKiKvPzKHGNxMgWDKoZHwhF5EDtY11q2eMgn3zvPUe.png","https://files.peakd.com/file/peakd-hive/jin-out/AKSfJbpi1pRfXPKYKgEpCPBuhsECzrTFHPT5SnC97JVnSQst3KQuu91CgRw2CuV.jpg","https://files.peakd.com/file/peakd-hive/jin-out/EocCoPN3fSpj9TQDzB6WxqmVMjeEq8uWTgXtukMddwHhmDhdbcCtE9vcVkbF72nSbGm.png","https://files.peakd.com/file/peakd-hive/jin-out/241F4qhEs7Gu1z6U4ys56CqdEt2bfcwuW67CNz8YKKBkpbsb1c87UjozivwQH2FGCqoF2.png","https://files.peakd.com/file/peakd-hive/jin-out/AKtSbHpgiiY6v9me7PpcCq4m52DAHTNSPBj4v4TQ76YScCqT6dxv8msDdhzDcJ3.png","https://files.peakd.com/file/peakd-hive/jin-out/23xek3EHQb8VWrwaQfzUMe1hzLAADpPinEBfRn477ewacNQEdrzxLEUoR5aDJNs1Hh4Gc.jpg","https://files.peakd.com/file/peakd-hive/jin-out/23tGW1g1bynHuGYdJwUHmLBHVnwAZdQHKTSFJHBYm7zaUokLXfi4Kp33SStGQTRKwZFov.png","https://files.peakd.com/file/peakd-hive/jin-out/23xp2PLt7AshqnUY2ioNeTdLrRwqwgyQ1HZB7q43PwBrxYPSn2Dhbd79JccZBca4hfje8.png","https://files.peakd.com/file/peakd-hive/jin-out/23vru2krf6GpFZS8PSs9HwJt7ah8uJMsHuc9Wi9BGVQFNSyH7xKKFE4T7h2SL8B4kVBg8.png","https://files.peakd.com/file/peakd-hive/jin-out/23tRv7Ng7UZ9RWWtHkkBe5GNjNd3LwdWw5HH2Gn7tq2cQgewUdP5WRisv78cuX6U4RFKU.png","https://files.peakd.com/file/peakd-hive/jin-out/EoibaGpYDNKy4AX81bg9qQ963nemRxDMzbQeLjBEP3zkDCqpsGY75wSwZcFGftp8qtq.png"],"users":[],"links":["/hive/@jaynie/not-a-doormat","/hive/@khrom/the-downvote-economy-how-to-steal-the-value-of-someone-s-work-and-get-rich-off-their-efforts","/hive-110786/@kennyskitchen/top-20-witness-pushing-for-human-extinction","/proposals/@world-travel-pro/shocking-down-vote-button-imposed-weapon-of-choice-for-organized-network-of-corrupt-power-brokers-on-the-hive-blockchain","/hive/@world-travel-pro/mind-blowing-and-shocking-abuse-revealed-on-the-hive-blockchain","/hive-167922/@kennyskitchen/downvotes-a-complex-issue-indicative-of-a-failure-in-design","/free-speech/@paradigmprospect/i-am-powering-down-the-extent-of-hive-censorship-finally-reached-my-awareness","/hive/@unklebonehead/this-is-my-last-post-on-hive","/hive-167922/@pele23/why-hive-will-never-take-off-azb","/hive-150329/@lucylin/if-it-walks-like-a-dpos-and-talks-like-a-dpos-its-probably-a-dictatorial-piece-of-shite"]} |
created | 2025-08-18 12:25:30 |
last_update | 2025-08-18 12:25:30 |
depth | 1 |
children | 0 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-25 12:25:30 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,871 |
author_reputation | 17,207,945,700,446 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,141,628 |
net_rshares | -44,523,558,757,306 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fractalnode | 0 | -21,749,189,021 | -50% | ||
kaylinart | 0 | -5,603,423,109 | -50% | ||
modernzorker | 0 | -40,958,807,609 | -50% | ||
edb | 0 | -24,357,749,981 | -20% | ||
ambyr00 | 0 | -22,890,320,505 | -25% | ||
freebornsociety | 0 | -1,063,513,576 | -2.21% | ||
newsflash | 0 | -1,575,959,794 | -20% | ||
cryptoknight12 | 0 | -27,064,083,256 | -50% | ||
shanibeer | 0 | -1,642,508,480,870 | -50% | ||
ragnarokdel | 0 | -4,861,751,930 | -50% | ||
rubia.michelle | 0 | -972,734,780 | -100% | ||
steemseph | 0 | -98,016,045,180 | -50% | ||
mrhill | 0 | -31,242,698,869 | -50% | ||
chekohler | 0 | -83,741,736,612 | -50% | ||
geekpowered | 0 | -6,317,857,282 | -100% | ||
carn | 0 | -14,823,976,788 | -50% | ||
mathowl | 0 | -11,528,950,264 | -50% | ||
viking-ventures | 0 | -2,487,256,912 | -50% | ||
indiebandguru | 0 | -9,945,593,568 | -50% | ||
bscrypto | 0 | -327,354,658,206 | -50% | ||
antisocialist | 0 | -949,634,162,388 | -100% | ||
solominer | 0 | -22,085,099,361,981 | -100% | ||
slobberchops | 0 | -9,679,757,866,460 | -100% | ||
shawnsporter | 0 | -9,187,741,089 | -50% | ||
ihal0001 | 0 | -2,126,235,969 | -50% | ||
bingbabe | 0 | -2,171,800,264 | -50% | ||
cmplxty | 0 | -1,723,668,148,769 | -100% | ||
nutritree | 0 | -15,111,899,950 | -33% | ||
rayshiuimages | 0 | -2,119,911,336 | -20% | ||
johannpiber | 0 | -256,311,610,591 | -50% | ||
artmentor | 0 | -32,869,785,909 | -33% | ||
aaronkroeblinger | 0 | -223,205,086,861 | -50% | ||
accuser | 0 | -32,842,362,835 | -33% | ||
sumotori | 0 | -1,193,292,156 | -50% | ||
memehub | 0 | -127,721,468,114 | -100% | ||
logiczombie | 0 | -5,656,536,477 | -99.99% | ||
nightportraits | 0 | -1,151,416,524 | -5% | ||
azabu | 0 | -465,867,807,152 | -100% | ||
acram64 | 0 | -461,383,770,903 | -100% | ||
willowranger | 0 | -397,457,878,804 | -100% | ||
iliyan90 | 0 | -42,591,710,846 | -100% | ||
kiemis | 0 | -173,214,776,383 | -50% | ||
kiemurainen | 0 | -22,555,182,243 | -50% | ||
dannewton | 0 | -357,465,677,699 | -50% | ||
earthsea | 0 | -41,107,836,645 | -100% | ||
jemmarti | 0 | -4,448,188,166 | -50% | ||
dhedge | 0 | -85,834,495,259 | -20% | ||
timmy-turnip | 0 | -5,533,317,760 | -100% | ||
danokoroafor | 0 | -30,709,067,140 | -100% | ||
shakavon | 0 | -1,266,951,147 | -50% | ||
torz18 | 0 | -2,858,067,075 | -50% | ||
pinkhub | 0 | -7,265,329,656 | -100% | ||
adrianalara | 0 | -1,408,643,482 | -50% | ||
tillmea | 0 | -3,588,869,696 | -100% | ||
ikill4yo0 | 0 | -3,940,020,944 | -100% | ||
iumac03 | 0 | -8,017,781,518 | -50% | ||
beelzael | 0 | -80,155,785,436 | -50% | ||
lichtkunstfoto | 0 | -183,588,606,560 | -100% | ||
mypathtofire | 0 | -4,069,157,882 | -100% | ||
amazot1 | 0 | -4,141,281,537 | -50% | ||
marlasinger666 | 0 | -2,633,537,474 | -50% | ||
kaeltegott | 0 | -1,159,107,818 | -50% | ||
empo.voter | 0 | -4,070,921,922,963 | -50% | ||
thewobs94 | 0 | -4,731,530,902 | -50% | ||
letusbuyhive | 0 | -526,748,978,431 | -10% |
this looks really good, hope to play it when it goes live...
author | masummim50 |
---|---|
permlink | re-erzoooo-t14cqr |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3","image":[],"users":[]} |
created | 2025-08-17 03:37:39 |
last_update | 2025-08-17 03:37:39 |
depth | 1 |
children | 1 |
last_payout | 2025-08-24 03:37:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 578,724,327,202,585 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,093,547 |
net_rshares | 17,453,594,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 17,453,594,684 | 100% |
Thank you, I appreciate :)
author | erzoooo |
---|---|
permlink | re-masummim50-t14psa |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3"} |
created | 2025-08-17 08:19:30 |
last_update | 2025-08-17 08:19:30 |
depth | 2 |
children | 0 |
last_payout | 2025-08-24 08:19:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,101,235 |
net_rshares | 0 |
Would be love to test it when when possible !
author | memess |
---|---|
permlink | re-erzoooo-2025817t132824430z |
category | hive-140217 |
json_metadata | {"tags":["devlog","gaming","hivegaming","hive","play2earn","programming","farm","blog","development","emyf"],"app":"ecency/4.2.2-vision","format":"markdown+html"} |
created | 2025-08-17 11:28:24 |
last_update | 2025-08-17 11:28:24 |
depth | 1 |
children | 1 |
last_payout | 2025-08-24 11:28:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 25,469,743,253,225 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,105,200 |
net_rshares | 17,453,594,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 17,453,594,684 | 100% |
For sure! Thank you for your interest in the game :)
author | erzoooo |
---|---|
permlink | re-memess-t15d7w |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3"} |
created | 2025-08-17 16:45:33 |
last_update | 2025-08-17 16:45:33 |
depth | 2 |
children | 0 |
last_payout | 2025-08-24 16:45:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,112,092 |
net_rshares | 0 |
wow how exciting! TD & farming are my favourite genres too. Can't wait to play!
author | risingstargame |
---|---|
permlink | re-erzoooo-t17cw0 |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3","image":[],"users":[]} |
created | 2025-08-18 18:33:36 |
last_update | 2025-08-18 18:33:36 |
depth | 1 |
children | 1 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-25 18:33:36 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.005 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 286,326,584,026,601 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,151,565 |
net_rshares | 17,453,594,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 17,453,594,684 | 100% |
Thank you :)
author | erzoooo |
---|---|
permlink | re-risingstargame-t17fj5 |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3"} |
created | 2025-08-18 19:30:42 |
last_update | 2025-08-18 19:30:42 |
depth | 2 |
children | 0 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-25 19:30:42 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.547 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,153,486 |
net_rshares | 1,879,648,164,437 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schlees | 0 | 1,879,648,164,437 | 100% |
It's the tokenomics that concern me, but I wish you the best.
author | slobberchops |
---|---|
permlink | re-erzoooo-t18ekj |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3","image":[],"users":[]} |
created | 2025-08-19 08:07:33 |
last_update | 2025-08-19 08:07:33 |
depth | 1 |
children | 1 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-26 08:07:33 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.005 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 2,461,058,019,106,905 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,176,429 |
net_rshares | 17,453,594,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 17,453,594,684 | 100% |
Hello @slobberchops,at the moment it's purely about the development of the game. Details like these will be shared once you've had the chance to test the game 😀
author | erzoooo |
---|---|
permlink | re-slobberchops-t19gtv |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3"} |
created | 2025-08-19 21:54:09 |
last_update | 2025-08-19 21:54:09 |
depth | 2 |
children | 0 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-26 21:54:09 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.558 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,199,086 |
net_rshares | 1,917,879,403,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schlees | 0 | 1,917,879,403,800 | 100% |
Love it. I used to play a lot of Warcraft 3 too. Good luck on this. This is being built using Unity as well?
author | the100 |
---|---|
permlink | re-erzoooo-t14d1d |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3","image":[],"users":[]} |
created | 2025-08-17 03:44:09 |
last_update | 2025-08-17 03:44:09 |
depth | 1 |
children | 4 |
last_payout | 2025-08-24 03:44:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 22,866,501,054,968 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,093,726 |
net_rshares | 17,105,953,845 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 17,105,953,845 | 100% |
Thank you! It's being built using Nextjs/React
author | erzoooo |
---|---|
permlink | re-the100-t14ptx |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3"} |
created | 2025-08-17 08:20:24 |
last_update | 2025-08-17 08:20:24 |
depth | 2 |
children | 3 |
last_payout | 2025-08-24 08:20:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 2,567,143,760,795 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,101,255 |
net_rshares | 0 |
No game engine like Phaser, three js stuffs? Not that I know any of those stuffs. 😁
author | the100 |
---|---|
permlink | re-erzoooo-t14qk6 |
category | hive-140217 |
json_metadata | {"tags":["hive-140217"],"app":"peakd/2025.8.3","image":[],"users":[]} |
created | 2025-08-17 08:36:12 |
last_update | 2025-08-17 08:36:12 |
depth | 3 |
children | 2 |
last_payout | 2025-08-24 08:36:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 22,866,501,054,968 |
root_title | "First Devlog of my mystique farming game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 145,101,688 |
net_rshares | 16,820,450,768 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erzoooo | 0 | 16,820,450,768 | 100% |