Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rjw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nebuchadnezzer2
rjw
Commits
5cc7ff2b
Commit
5cc7ff2b
authored
6 years ago
by
Ed86
Browse files
Options
Downloads
Patches
Plain Diff
peg arm-leg
parent
467476d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Defs/HediffDefs/Hediffs_Other.xml
+12
-0
12 additions, 0 deletions
Defs/HediffDefs/Hediffs_Other.xml
Defs/RecipeDefs/Recipes_Surgery_Misc.xml
+43
-0
43 additions, 0 deletions
Defs/RecipeDefs/Recipes_Surgery_Misc.xml
Patches/Races_Humanlike_Patch.xml
+11
-0
11 additions, 0 deletions
Patches/Races_Humanlike_Patch.xml
with
66 additions
and
0 deletions
Defs/HediffDefs/Hediffs_Other.xml
+
12
−
0
View file @
5cc7ff2b
...
...
@@ -83,4 +83,16 @@
<destroyedOutLabel>
Destroyed by disease
</destroyedOutLabel>
</injuryProps>
</HediffDef>
<HediffDef
ParentName=
"AddedBodyPartBase"
>
<defName>
PegArm
</defName>
<label>
peg arm
</label>
<labelNoun>
a peg arm
</labelNoun>
<addedPartProps>
<solid>
true
</solid>
<partEfficiency>
0.0
</partEfficiency>
<betterThanNatural>
false
</betterThanNatural>
</addedPartProps>
<spawnThingOnRemoved>
WoodLog
</spawnThingOnRemoved>
</HediffDef>
</Defs>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Defs/RecipeDefs/Recipes_Surgery_Misc.xml
+
43
−
0
View file @
5cc7ff2b
...
...
@@ -172,4 +172,47 @@
</categories>
</fixedIngredientFilter>
</RecipeDef>
<RecipeDef
ParentName=
"SurgeryFlesh"
>
<defName>
InstallPegArm
</defName>
<label>
install peg arm
</label>
<description>
Install a peg arm.
</description>
<workerClass>
Recipe_InstallArtificialBodyPart
</workerClass>
<jobString>
Installing peg arm.
</jobString>
<workAmount>
1300
</workAmount>
<surgerySuccessChanceFactor>
1.40
</surgerySuccessChanceFactor>
<skillRequirements>
<Medicine>
3
</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>
Medicine
</li>
</categories>
</filter>
<count>
1
</count>
</li>
<li>
<filter>
<thingDefs>
<li>
WoodLog
</li>
</thingDefs>
</filter>
<count>
1
</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>
Medicine
</li>
</categories>
<thingDefs>
<li>
WoodLog
</li>
</thingDefs>
</fixedIngredientFilter>
<appliedOnFixedBodyParts>
<li>
Arm
</li>
</appliedOnFixedBodyParts>
<addsHediff>
PegArm
</addsHediff>
</RecipeDef>
</Defs>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Patches/Races_Humanlike_Patch.xml
0 → 100644
+
11
−
0
View file @
5cc7ff2b
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!-- Add peg arms -->
<!-- Races_Humanlike -->
<Operation
Class=
"PatchOperationAdd"
>
<xpath>
*/ThingDef[defName = "Human"]/recipes
</xpath>
<value>
<li>
InstallPegArm
</li>
</value>
</Operation>
</Patch>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment