Editing User:PigeonGuru/Sandbox

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Template:Heading|This user is a certified Dataminer.}}
+
=== template ===
 +
 
 +
http://rimworldwiki.com/index.php?title=Template:Nav/guides
 +
 
 +
=== save file ===
  
{| {{STDT| sortable c_12 text-center}}
+
C:\Users\%username%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Saves
! Thought !! Caption !! Something
 
|-
 
! AAAAAAAAAA
 
| AAAAAAAAAA || Lorem ipsum
 
|-
 
  
[[Modding Tutorials/Assets]]
+
=== °C ===
  
marmine helmet
+
<div style="background:white"> <span style="color:black"> '''[[User:PigeonGuru|PigeonGuru]]''', Strategist</span>
 +
{ [[User_talk:PigeonGuru|talk]] | [[Special:Contributions/PigeonGuru|contribs]] } </div> <br>
  
=== template ===
+
<!-- <div style="background:gold">[[File:LongRangeMineralScanner.png|25px]]<span style="color:navy">[[User:Yoshida Keiji|'''Yoshida Keiji''']]</span>([[User_talk:Yoshida_Keiji|Let's talk]][[File:beer b.png|25px]])[[File:LongRangeMineralScanner.png|25px]]</div> -->
 +
 
 +
=== image cropping flavor text ===
  
http://rimworldwiki.com/index.php?title=Template:Nav/guides <br>
+
*oof ow my borders
http://rimworldwiki.com/index.php?title=Template:Infobox main <br>
+
*did you know that cropping images appropriately reduces size and user annoyance by more than 50%?
http://rimworldwiki.com/wiki/Category:Page_Deletion
+
*image- cropped (some random player)
 +
*pills that makes you stare at cropped images
 +
*wildfire burnt off part of the image
  
=== save file ===
+
=== datamined ===
  
C:\Users\%username%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Saves
+
namespace RimWorld.Planet
 +
{
 +
public static class CaravanTicksPerMoveUtility
 +
{
 +
private const int DownedPawnMoveTicks = 450;
  
=== °C ===
+
public const float CellToTilesConversionRatio = 190f;
  
old d.tactics is @ ~140,000 views
+
public const int DefaultTicksPerMove = 2500;
  
 +
public static int GetTicksPerMove(Caravan caravan)
 +
{
 +
if (caravan == null)
 +
{
 +
return 2500;
 +
}
 +
return CaravanTicksPerMoveUtility.GetTicksPerMove(caravan.PawnsListForReading);
 +
}
  
{| {{STDT| sortable c_12 text-center}}
+
public static int GetTicksPerMove(List<Pawn> pawns)
! Thought !! Caption !! Occurrence !! Trait Effects !! Mood Effect !! Expiration time (days) !! Stack Limit !! Stacking Multiplier
+
{
|-
+
if (pawns.Any<Pawn>())
! [[Thoughts#Justified execution| Justified execution]]
+
{
| A guilty prisoner or guest was executed. It was justified, but still sad.<br /> || Guilty prisoner or guest executed || Psychopath, Bloodlust: No effect || -2 || 6 || 5 || 0.25
+
float num = 0f;
|-
+
for (int i = 0; i < pawns.Count; i++)
! [[Thoughts#Someone was euthanized| Someone was euthanized]]
+
{
| A prisoner or guest was euthanized. It was humane, but still sad.<br /> || Prisoner or guest executed || Psychopath, Bloodlust: No effect || -3 || 6 || 5 || 0.25
+
int num2 = (!pawns[i].Downed) ? pawns[i].TicksPerMoveCardinal : 450;
|-
+
num += (float)num2 / (float)pawns.Count;
! [[Thoughts#Someone was executed| Someone was executed]]
+
}
| A prisoner or guest was killed in cold blood. It seemed a bit evil.<br /> || Prisoner or guest executed || Psychopath, Bloodlust: No effect || -5 || 6 || 5 || 0.25
+
num *= 190f;
|-
+
return Mathf.Max(Mathf.RoundToInt(num), 1);
! [[Thoughts#Someone organ-harvested| Someone organ-harvested]]
+
}
| The colony took body parts from a prisoner or guest. It's horrible, breaking people down for parts when they have no choice. || --- || Psychopath, Bloodlust: No effect || -6 || 6 || 5 || 0.25
+
return 2500;
|-
+
}
! [[Thoughts#Justified execution of colonist| Justified execution of colonist]]
+
}
| A guilty colonist was executed. It was justified, but still sad. || --- || Psychopath: No effect || -2 || 6 || 5 || 0.25
+
}
|-
 
! [[Thoughts#Colonist euthanized| Colonist euthanized]]
 
| A colonist was euthanized. It was humane, but still sad.<br /> || --- || Psychopath: No effect || -3 || 6 || 5 || 0.25
 
|-
 
! [[Thoughts#Colonist executed| Colonist executed]]
 
| A colonist was killed in cold blood. It seemed a bit evil.<br /> || --- || Psychopath: No effect || -5 || 6 || 5 || 0.25
 
|-
 
! [[Thoughts#Colonist organ-harvested| Colonist organ-harvested]]
 
| Someone took body parts from a colonist. It's horrible, breaking people down for parts when they have no choice. || --- || Psychopath: No effect || -6 || 6 || 5 || 0.25
 
|-
 
! [[Thoughts#Innocent prisoner died| Innocent prisoner died]]
 
| One of our prisoners died despite being harmless. We should be able to take care of our prisoners. If we wanted them dead, we could have at least conducted an orderly execution rather than permit that barbarism. || --- || Psychopath, Bloodlust: No effect || -5 || 6 || 5 || 0.25
 
|-
 
! [[Thoughts#Colonist died| Colonist died]]
 
| One of our people died. We should be able to take care of our people. || --- || Psychopath, Bloodlust: No effect || -3 || 6 || 5 || 0.25
 
|-
 
! [[Thoughts#Witnessed ally's death| Witnessed ally's death]]
 
| I saw one of my people die. They were alive one moment, and dead the next. || --- || Psychopath, Bloodlust: No effect || -5 || 1,5 || 5 || 0.4
 
|-
 
! [[Thoughts#Witnessed outsider's death| Witnessed outsider's death]]
 
| I saw someone die. They were alive one moment, and dead the next. || --- || Psychopath, Bloodlust: No effect || -3 || 1 || 1 || N/A
 
|-
 
! [[Thoughts#Witnessed family member's death| Witnessed family member's death]]
 
| I saw a member of my family die. My own flesh and blood... || --- || Psychopath, Bloodlust: No effect || -7 || 1 || 1 || N/A
 
|-
 
! [[Thoughts#Defeated hostile leader <name>| Defeated hostile leader <name>]]
 
| They were leading efforts to destroy us, and I took them down! || --- || --- || +12 || 3 || 5 || 0.4
 
|-
 
! [[Thoughts#Defeated <name>| Defeated <name>]]
 
| I took down a big threat! I'm a hero! || --- || --- || +12 || 3 || 5 || 0.4
 
|-
 
! [[Thoughts#Bonded animal <name> died| Bonded animal <name> died]]
 
| Such a tender, unique animal. This universe is evil! || --- ||  Psychopath: No effect || -8 || 20 || 5 || 0.25
 
|-
 
! [[Thoughts#My friend <name> died| My friend <name> died]]
 
| Such a wonderful person. The universe gets darker every day. || --- ||  Psychopath: No effect || {{H:title|Actual mood change depends on relations between the pawn and the dead pawn.|-10 maximum}} || 20 || 5 || 0.25
 
|-
 
! [[Thoughts#My rival <name> died| My rival <name> died]]
 
| Serves them right. Things are looking up. || --- || --- || {{H:title|Actual mood change depends on relations between the pawn and the dead pawn.|+10 maximum}} || 10 || 5 || 0.25
 
|-
 
! [[Thoughts#My son <name> died| My son <name> died]]
 
| My son is dead. My own flesh and blood... || --- || --- || -20 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My daughter <name> died| My daughter <name> died]]
 
| My daughter is dead. My own flesh and blood... || --- || --- || -20 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My husband <name> died| My husband <name> died]]
 
| My husband is dead. I am alone. || --- || --- || -20 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My wife <name> died| My wife <name> died]]
 
| My wife is dead. I am alone. || --- || --- || -20 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My fiance <name> died| My fiance <name> died]]
 
| My fiance died. Such a man... my future is gone. || --- || --- || -18 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My fiancée <name> died| My fiancée <name> died]]
 
| My fiancée died. Such a woman... my future is gone. || --- || --- || -18 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My lover <name> died| My lover <name> died]]
 
| My lover died. I am so alone. || --- || --- || -16 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My brother <name> died| My brother <name> died]]
 
| My brother died. My own flesh and blood... || --- || --- || -14 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My sister <name> died| My sister <name> died]]
 
| My sister died. My own flesh and blood... || --- || --- || -14 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My grandchild <name> died| My grandchild <name> died]]
 
| My grandchild died. My own flesh and blood... || --- || --- || -12 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My father <name> died| My father <name> died]]
 
| My father died. He's gone forever. || --- || --- || -8 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My mother <name> died| My mother <name> died]]
 
| My mother died. She's gone forever. || --- || --- || -8 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My niece <name> died| My niece <name> died]]
 
| My niece died. Such a wonderful child. || --- || --- || -5 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My nephew <name> died| My nephew <name> died]]
 
| My nephew died. Such a wonderful child. || --- || --- || -5 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My half-sibling <name> died| My half-sibling <name> died]]
 
| My half-sibling died. My own flesh and blood... || --- || --- || -5 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My aunt <name> died| My aunt <name> died]]
 
| My aunt died. || --- || --- || -4 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My uncle <name> died| My uncle <name> died]]
 
| My uncle died. || --- || --- || -4 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My grandparent <name> died| My grandparent <name> died]]
 
| My grandparent died. || --- || --- || -4 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My cousin <name> died| My cousin <name> died]]
 
| My cousin died. My own flesh and blood... || --- || --- || -4 || 30 || 10 || 0.25
 
|-
 
! [[Thoughts#My kin <name> died| My kin <name> died]]
 
| My kin died. || --- || --- || -4 || 30 || 10 || 0.25
 
|}
 

Please note that all contributions to RimWorld Wiki are considered to be released under the CC BY-SA 3.0 (see RimWorld Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)