User:Dorumin

From Don't Starve Wiki
Jump to navigation Jump to search

Hi.

I'm Doru.

Doru mean.

Prototype.png Facts

Why do blow darts fired from MacTusk deal 33 damage, but when fired by players they deal 100?
Walruses can't blow darts very effectively due to their large tusks not allowing a good seal. Also, Wigfrid and Wolfgang have powerful lungs, from acting and exercising. That's why they deal 125 and 200 damage each.
Why aren't tallbirds faster with their long legs?
Hard to keep a good balance with heads that big, they have to take a slower-paced stride. Smallbirds, on the other hand, don't suffer from this, so they can walk like their species was meant to. Bouncing about.
Why aren't Bunnymen afraid of the player?
Because Bunnymen have nothing to fear. They know that if you step out of line, you will pay. Even if you flee, they know where you live. And they know how to get to the surface. And they know of that rabbit hole that sits near your camp. Traps can only do so much before they're overwhelmed.

Spools.png Spools

- 15 max drops per week reset at Thursday 9:40pm UTC
  - 7 daily drops reset at 9:40pm too
  - 8 random drops every 1h + 1-15min (~10h of gameplay)

- Drop chances
  - 52.7% Common        (unweave for 5) (can't weave)
  - 26.0% Classy        (unweave for 15)
  - 13.0% Spiffy        (unweave for 50)
  -  6.0% Distinguished (unweave for 150)
  -  2.3% Elegant       (unweave for 450)
    - Takes ~3 weeks of perfect grinding on average to get one elegant drop
    - Selling all 45 drops yields on average 1457 spools
      - 118 from 23 common drops
      - 175 from 11 classy drops
      - 292 from 5.8 spiffy drops
      - 404 from 2.6 distinguished drops
      - 465 from 1.035 elegant drops
    - Drops are woven for 3x their unweave value

- Yawn emote (750)
  - Green Jammie Shirt (150)
  - Green Jammie Pants (150)
  - Green Patchwork Quilt (450)

Feather Pencil.png Todo

  • Make a mod for battle spears so they deal 40 damage when inside Hutch
  • Do not immediately quit the game when Wigfrid is reworked
  • Try to get a hold of a RoG game so I can look into the Hollow Stump respawn time dilemma
  • Streamline TopIcons, the current setup with multiple templates and shifting is pretty crap, but I'll need admin input for the changes and for the many edits I'll have to do
  • Bring up the semantic advantages of lists within infoboxes instead of meaningless <br>s everywhere, with just one rule of css it'll make things much better
  • Fix up the Table of Content mess you have (a lot of articles have __NOTOC__ littered around for no reason, why? Table of contents are useful, having them shouldn't be the exception, removing them should)
  • Figure out what to do with the useless and unmaintained Category:Images and Category:Files (adding them myself wouldn't be very genuine edits, this is not to say that image categorization is bad or useless, but having such general categories and nothing else is quite bad and would just add noise)
  • Hide breadcrumbs in the Moose/Goose and Pick/Axe pages
.page-Moose_Goose .page-header__page-subtitle,
.page-Pick_Axe .page-header__page-subtitle {
    display: none;
}
  • Develop a method for taking screenshots and probably write a blog post regarding the process of taking screenshots for the wiki, specifically characters using items screenshots, as this is a very obscure technique that seems it would require quite a bit of preparation to get right (positioning, background, resolution, interface elements, time of day, animations, etc.)
  • Add priorities to crock food pages, although those seem like rather cheap edits, I'll probably bundle them together with fixed infobox parameter ordering with regards to the order they display as
  • Check out some possible changes to category structure, and fix a LOT of miscategorization/inconsistent categories; again, will need some discussing and may involve lots of edits that I don't want to be yelled at for doing
  • There are now high resolution recipe images thanks to the Cookbook! Unfortunately, our item infoboxes don't play well with large preview images, so I'll need an admin to add some CSS for me:
.pi-theme-item .pi-image-thumbnail {
    width: 64px;
    height: 64px;
}
  • Perhaps some of you could look into adding ReferencePopups to sitewide js, hmm? It's so good, I can't believe you guys can live without it
  • Item crafting ingredients are inelegant, I wonder if this would be better Papyrus.png×1Feather Pencil.png×1Life Giving Amulet.png×1
{{Item Infobox
| name = Heartrending Ballad
| ingredient1 = Papyrus
| multiplier1 = 1
| ingredient2 = Feather Pencil
| multiplier2 = 1
| ingredient3 = Life Giving Amulet
| multiplier3 = 1
}}
vs
{{Item Infobox
| name = Heartrending Ballad
| ingredients = {{Ingredients|Papyrus|1|Feather Pencil|1|Life Giving Amulet|1}}
  <!-- Note: You could omit the 1s, and it would result in the same thing -->
}}
  • Template:Documentation inlines doc content, which means that if a documentation page starts with a heading or any other construct that requires being at the start of a line (like ---- and headings), it won't work
  • Redirects are messy and inconsistent, some have Category:Redirect and some don't, I would like to propose running through all the redirect pages and adding a template below the REDIRECT statement to describe why it's useful (i.e. help search, reflect an in-game item name, easier linking, etc.), and that way we'll probably catch a lot of redirects that aren't useful anymore
    • Will happen once the wiki migrates to UCP, as legacy can't render content below redirects
  • Discuss with the community what best practices for wikitext formatting are, such as parameter spacing and such
    • Develop the MoS in general
      • <br>, <br />, or lists? Push for lists with custom styles
      • Deerclops's eyeball or Deerclops's eyeball
      • Disambiguating parentheses casing, Wall (Item) vs Wall (item)
      • Explicitly state the quoting style to make sense, not be American and place the period inside the quotes
      • Template spacing, I prefer the 2nd one, but the 1st is widely used on the wiki
{{Infobox
|param1 = val1
|param2 = val2
}}
or
{{Infobox
| param1 = val1
| param2 = val2
}}
  • Equals alignment for infoboxes, it's a hassle to maintain although it can be automated, and it's simply not worth it to manually do on all pages, even if it does look really nice and neat, worth considering?
{{Item Infobox
| image = Slurper.png
| perk = Super cute
| name = Slurper
| spawnCode = "armor_slurper"
}}
vs
{{Item Infobox
| image     = Slurper.png
| perk      = Super cute
| name      = Slurper
| spawnCode = "armor_slurper"
}}
  • Fell all bosses
    • Done:
      • Deerclops
      • Bearger
      • Moose/Goose
      • Antlion
      • Klaus
      • Dragonfly
      • Bee Queen
      • Ancient Guardian
      • Shadow Pieces
    • Left:
      • Ancient Fuelweaver
      • Toadstool
      • Crab King
      • Malbatross
      • Crabby Hermit

Crow.png Innocent birds

https://images.wikia.com/doru/images/4/4f/Innocents.png