User:Rothchild

From Terraria Wiki
Jump to navigation Jump to search

I don't care much about formatting or general "prettiness". I try to do my best with those to make sure I don't upset anyone.

I'm one of those geeks that love to know the numbers behind the game. I enjoy looking at the decompiled source code. I forgot how to write decent code a long time ago, but I can still read it fairly well. I guess my project here is making sure monster's stats and drop rates are accurate. When I started only 3 monsters had drop rates, and many had the wrong defense stat (damage reduction is not the same as defense).

The Code

I can't post any code due to copyright issues. If you want to look at the code of a program you have, dotPeek is nice. Also, I don't see how referencing a function in the code could be an issue. For now, I won't reference any specific functions. Honestly, the functions I've been looking at should be incredibly obvious. The code for Pots are boring. The chest code is complex and fun.