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 ===
 +
 
 +
C:\Users\%username%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Saves
 +
 
 +
=== °C ===
 +
 
 +
<div style="background:white"> <span style="color:black"> '''[[User:PigeonGuru|PigeonGuru]]''', Strategist</span>
 +
{ [[User_talk:PigeonGuru|talk]] | [[Special:Contributions/PigeonGuru|contribs]] } </div> <br>
 +
 
 +
<!-- <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> -->
  
{| {{STDT| sortable c_12 text-center}}
+
=== image cropping flavor text ===
! Thought !! Caption !! Something
 
|-
 
! AAAAAAAAAA
 
| AAAAAAAAAA || Lorem ipsum
 
|-
 
  
[[Modding Tutorials/Assets]]
+
*oof ow my borders
 +
*did you know that cropping images appropriately reduces size and user annoyance by more than 50%?
 +
*image- cropped (some random player)
 +
*pills that makes you stare at cropped images
 +
*wildfire burnt off part of the image
  
marmine helmet
+
=== datamined ===
  
=== template ===
+
namespace RimWorld.Planet
 +
{
 +
public static class CaravanTicksPerMoveUtility
 +
{
 +
private const int DownedPawnMoveTicks = 450;
 +
 
 +
public const float CellToTilesConversionRatio = 190f;
 +
 
 +
public const int DefaultTicksPerMove = 2500;
 +
 
 +
public static int GetTicksPerMove(Caravan caravan)
 +
{
 +
if (caravan == null)
 +
{
 +
return 2500;
 +
}
 +
return CaravanTicksPerMoveUtility.GetTicksPerMove(caravan.PawnsListForReading);
 +
}
 +
 
 +
public static int GetTicksPerMove(List<Pawn> pawns)
 +
{
 +
if (pawns.Any<Pawn>())
 +
{
 +
float num = 0f;
 +
for (int i = 0; i < pawns.Count; i++)
 +
{
 +
int num2 = (!pawns[i].Downed) ? pawns[i].TicksPerMoveCardinal : 450;
 +
num += (float)num2 / (float)pawns.Count;
 +
}
 +
num *= 190f;
 +
return Mathf.Max(Mathf.RoundToInt(num), 1);
 +
}
 +
return 2500;
 +
}
 +
}
 +
}
  
http://rimworldwiki.com/index.php?title=Template:Nav/guides <br>
 
http://rimworldwiki.com/index.php?title=Template:Infobox main <br>
 
http://rimworldwiki.com/wiki/Category:Page_Deletion
 
  
=== save file ===
+
{{v|0.0.254b}} As of this version a method of removal of debris (commonly generated from destroyed structures, orbital drops etc) exists similar to corpse removal from graves by the use of explosive charges (research option). Collecting dumpable material via Dumping area designation, then removing one of the middle debris to another dump (after selling the existing Dumping area designation) allows placing the explosive charges inside the former dumping area. Each time the explosive charge is detonated it will cause damage to surrounding material. When the dumped material reaches 0 HP it will be permanently removed from the game.
  
C:\Users\%username%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Saves
+
'''NOTE:''' non-organic dumpable material has a high HP count and requires multiple detonations to remove. See below section on pirate defense.
  
=== °C ===
 
  
old d.tactics is @ ~140,000 views
+
{{v|0.0.254b}} Using the Dumping zone designation one can build a row of refuse at a convenient location in your defensive line of fire. The current AI of incoming pirate raiders favors the use of refuse as a cover mechanism, thus allowing the player some limited control of the raider pathing. When a small wall of refuse is placed for this purpose it is also useful to plant an explosive charge next to it for use if/when the raiders are becoming problematic for your defenses. In this way, you can slowly wear down unwanted garbage refuse while still maintaining the defensive usefulness of the explosive charges during defense.
  
  
{| {{STDT| sortable c_12 text-center}}
+
{{v|0.0.254b}} Refuse in a dumping area slows the movement speed of any creature or person moving across the tile. Using this mechanic it is possible to use refuse as a snare to slow the approach of hostiles before they reach firing range. Note that this tactic only works on those creatures not within firing range or line of sight to a valid target so is best used when your defense members are equipped with long range weapons. If the hostiles are equipped with the same long range guns this tactic is less useful - however since the number of hostiles with maximum range weapons (M-24 Sniper Rifle - range 45) is usually limited this tactic can be quite useful when employed between the 33 to 45 square radius of your defenses, allowing your snipers more time to shoot at incoming hostiles. It is unclear if the cover mechanic protects hostiles even when moving, or if only when stationary behind cover.
! Thought !! Caption !! Occurrence !! Trait Effects !! Mood Effect !! Expiration time (days) !! Stack Limit !! Stacking Multiplier
 
|-
 
! [[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
 
|-
 
! [[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
 
|-
 
! [[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
 
|-
 
! [[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
 
|-
 
! [[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)