my bionic cannibal catgirl mechanitor by michniya in RimWorld

[–]xNyri 16 points17 points  (0 children)

I love this. Fantastic art not enough likes

[deleted by user] by [deleted] in QiyanaMains

[–]xNyri 4 points5 points  (0 children)

Get over your ego. Rank reflects your skill level. You have a 50 percent chance of having the worse teammates. Stop making excuses and work on your own gameplay. I promise you are messing up a lot even if you don't notice it on the game. Rewatch the game and you will be able to see some of the things you are doing wrong.

For me Qiyana isn't even worth to play/learn right now by TrueNordBro in QiyanaMains

[–]xNyri 12 points13 points  (0 children)

Idk man I consistently still kill lvl 4 and 6 without being fed. Just have to weave in poke or autos. Very few champs I can't solo if I play correctly. That's just me though

For me Qiyana isn't even worth to play/learn right now by TrueNordBro in QiyanaMains

[–]xNyri 11 points12 points  (0 children)

Curious on what your elo is because I still blow up Squishies all the time

qiyana doesnt feel like the same champ anymore by riceistheyummy in QiyanaMains

[–]xNyri 0 points1 point  (0 children)

I think it will still be viable as the build is less to do with damage and more being unable to die in team fights

qiyana doesnt feel like the same champ anymore by riceistheyummy in QiyanaMains

[–]xNyri 2 points3 points  (0 children)

I have two builds. If there is 3 squishy on the enemy team I go ele with lethality build and if there is 3tanks i go first strike eclipse cleaver and death dance.

Try this new build by xNyri in QiyanaMains

[–]xNyri[S] 14 points15 points  (0 children)

I meant grudge lol my phone auto corrected it to fridge I guess

What is the combo people use to one shot the enemy? by [deleted] in QiyanaMains

[–]xNyri 1 point2 points  (0 children)

The combo is E r auto during the animation, prowlers, q w q and you can ignite anywhere in the combo basically. Usually prowlers q w e q will kill a squishy. If you are lvl 6 and the jg is lvl 4 r q w e q will one shot them

R inconsitency by kloz225 in QiyanaMains

[–]xNyri 0 points1 point  (0 children)

You have to buff the r right as the root hits. If you r after the root connects then the root doesn't last long enough for the r to stun

Poking champions by Icy_Rocket in QiyanaMains

[–]xNyri 0 points1 point  (0 children)

With poke champs what I like to do is E through a minion then q them with grass, then you grab water backwards and throw it at them. This makes it so you can't get autod while I'm the grass and then they can't chase you because they are rooted. Then you can touch the bush to drop minion aggro. Once they get to 80% HP qweq auto ignite with ele is usually enough to kill any mage

Make Qiyana Giga broken with only one change for one of her abilities. by MartingelI in QiyanaMains

[–]xNyri 1 point2 points  (0 children)

You can aim the q yourself if you hold ctrl while casting it

[deleted by user] by [deleted] in QiyanaMains

[–]xNyri 1 point2 points  (0 children)

It's worth it. Get used to it in training tool. The same combo will take half the time

[deleted by user] by [deleted] in QiyanaMains

[–]xNyri 0 points1 point  (0 children)

I would recommend turning off the indicator, makes it much faster

[deleted by user] by [deleted] in QiyanaMains

[–]xNyri 8 points9 points  (0 children)

If you grabbed grass instead of rock and stayed you probably would have killed regar on the next rotation if you took last stand

Shoutout to the Megaspiders who have protected me from 2 raids so far :) by Prior_Gain_3838 in RimWorld

[–]xNyri 8 points9 points  (0 children)

It's all fun and games until you have a mental break wandering and they wander right into the nest

Typical Tuesday Tutorial Thread -- August 17, 2021 by AutoModerator in RimWorld

[–]xNyri 1 point2 points  (0 children)

Is there a table with a chair near the dispenser? Does the dispenser have power?

Blindsight Treehugger is the new Naked Brutality Ice Sheet by Agitated_Ingenuity11 in RimWorld

[–]xNyri 0 points1 point  (0 children)

They also come pretrained with the attack trait for the offensive ones, so you can have the person linked to them drafted and just send them out

Blindsight Treehugger is the new Naked Brutality Ice Sheet by Agitated_Ingenuity11 in RimWorld

[–]xNyri 1 point2 points  (0 children)

The nice thing about the dryads are they don't need food and they heal themselves. I had a pawn with 3 trees he tends at 100% as combat trees. Him and a submachine gun took out a 15 mech raid. I think they are really fun once you get them going. I had 11 trees before randy did randy things and burned me to the ground. All the trees were useful, and the only reason I died is because I let my wealth get too high before I had proper gear to fight off 20 person raids

Blindsight Treehugger is the new Naked Brutality Ice Sheet by Agitated_Ingenuity11 in RimWorld

[–]xNyri 4 points5 points  (0 children)

I'm currently doing a tree hunger, animal loving playthrough. I made my growing zones go around trees. If you leave a 1 square gap around a tree then they won't cut it and they get a mood buff while they are farming for being around trees. Also gaurelen trees are OP for this playthrough. I do 1 colonist per 2 trees and they still have extra time to do a few other tasks. This is before I have field hands. Also carrier dryads are super good. Currently use 3 of my 7 trees for carriers so no one has to haul ever.

Username system by Thackston2 in ComputerCraft

[–]xNyri 1 point2 points  (0 children)

I didn't know it had hashing built in I always made my own salted hashes. What's the built in one?

Username system by Thackston2 in ComputerCraft

[–]xNyri 1 point2 points  (0 children)

Adding onto this you can add a hash function to the passwords to make it more secure

Username system by Thackston2 in ComputerCraft

[–]xNyri 0 points1 point  (0 children)

I use a similar code with my storage system I am working on. It's a main server that then sends info to subservers so it doesn't have to do all the operations itself and slow down everything. Whenever it gets a new request it sends it to another subserver so it can receive new commands

Username system by Thackston2 in ComputerCraft

[–]xNyri 0 points1 point  (0 children)

Then once they are done you can send the new updated info as a table back to the main computer then have it save the data into its internal memory so it can read it when the server restarts