mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Simple Icons for Breeding Genes
This commit is contained in:
parent
fda2580c9f
commit
13b565fac6
7 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
<defName>rjw_genes_ability_mating_call</defName>
|
||||
<label>Mating Call</label>
|
||||
<description>Calls nearby animals to breed me.</description>
|
||||
<iconPath>UI/Abilities/AnimalBerserkPulse</iconPath>
|
||||
<iconPath>Genes/Icons/Animal_Mating_Call</iconPath>
|
||||
|
||||
<displayGizmoWhileUndrafted>true</displayGizmoWhileUndrafted>
|
||||
<disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
<defName>rjw_genes_ability_pheromone_spit</defName>
|
||||
<label>pheromone spit</label>
|
||||
<description>Spit a condensed ball of animal pheromones to mark a target. Nearby Animals will try to breed the target. This means all animals - hostile, friendly and wild.</description>
|
||||
<iconPath>UI/Abilities/PiercingSpine</iconPath>
|
||||
<iconPath>Genes/Icons/Pheromone_Spit</iconPath>
|
||||
|
||||
<cooldownTicksRange>3000</cooldownTicksRange>
|
||||
<displayOrder>201</displayOrder>
|
||||
<aiCanUse>true</aiCanUse>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<defName>rjw_genes_mating_call</defName>
|
||||
<label>Mating Call</label>
|
||||
<description>This gene allows to call nearby animals and invite them for mating.</description>
|
||||
<iconPath>UI/Abilities/AnimalBerserkPulse</iconPath>
|
||||
<iconPath>Genes/Icons/Animal_Mating_Call</iconPath>
|
||||
<displayOrderInCategory>65</displayOrderInCategory>
|
||||
<abilities>
|
||||
<li>rjw_genes_ability_mating_call</li>
|
||||
|
@ -99,7 +99,7 @@
|
|||
<defName>rjw_genes_pheromone_spit</defName>
|
||||
<label>Pheromone Spit</label>
|
||||
<description>This gene allows to mark targets for breeding, enticing nearby animals for a ride.</description>
|
||||
<iconPath>UI/Abilities/AnimalBerserkPulse</iconPath>
|
||||
<iconPath>Genes/Icons/Pheromone_Spit</iconPath>
|
||||
<displayOrderInCategory>66</displayOrderInCategory>
|
||||
<abilities>
|
||||
<li>rjw_genes_ability_pheromone_spit</li>
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
<label>Sexual Tamer</label>
|
||||
<labelShortAdj>sextamer</labelShortAdj>
|
||||
<description>Bestiality has a chance to tame animals or advance their training.</description>
|
||||
<iconPath>UI/Abilities/AnimalBerserkPulse</iconPath>
|
||||
<iconPath>Genes/Icons/Sexual_Tamer</iconPath>
|
||||
<displayOrderInCategory>14</displayOrderInCategory>
|
||||
<biostatCpx>2</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
|
|
BIN
Common/Textures/Genes/Icons/Animal_Mating_Call.png
Normal file
BIN
Common/Textures/Genes/Icons/Animal_Mating_Call.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
Common/Textures/Genes/Icons/Pheromone_Spit.png
Normal file
BIN
Common/Textures/Genes/Icons/Pheromone_Spit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
Common/Textures/Genes/Icons/Sexual_Tamer.png
Normal file
BIN
Common/Textures/Genes/Icons/Sexual_Tamer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
Reference in a new issue