zc
This commit is contained in:
		
							parent
							
								
									755beceb52
								
							
						
					
					
						commit
						eb024f279f
					
				@ -13,6 +13,9 @@
 | 
			
		||||
        <ai_SearchAOEForTargets>true</ai_SearchAOEForTargets>
 | 
			
		||||
        <targetRequired>false</targetRequired>
 | 
			
		||||
        <showCastingProgressBar>true</showCastingProgressBar>
 | 
			
		||||
 | 
			
		||||
        <displayGizmoWhileUndrafted>false</displayGizmoWhileUndrafted>
 | 
			
		||||
        <disableGizmoWhileUndrafted>true</disableGizmoWhileUndrafted>
 | 
			
		||||
        <verbProperties>
 | 
			
		||||
          <verbClass>Verb_CastAbility</verbClass>
 | 
			
		||||
          <warmupEffecter>Fire_Burst_Warmup</warmupEffecter>
 | 
			
		||||
@ -31,4 +34,34 @@
 | 
			
		||||
        </comps>
 | 
			
		||||
      </AbilityDef> 
 | 
			
		||||
 | 
			
		||||
      <AbilityDef ParentName="RoleAuraBuffBase">
 | 
			
		||||
        <defName>DRM_HealBreakOut</defName>
 | 
			
		||||
        <label>Heal BreakOut</label>
 | 
			
		||||
        <description>Overdrive orbs.Heal wound in insane speed.</description>
 | 
			
		||||
        <iconPath>UI/Abilities/UnnaturalHealing</iconPath>
 | 
			
		||||
        <warmupMoteSocialSymbol>UI/Abilities/UnnaturalHealing</warmupMoteSocialSymbol>
 | 
			
		||||
        <cooldownTicksRange>60000</cooldownTicksRange>
 | 
			
		||||
        <sendMessageOnCooldownComplete>true</sendMessageOnCooldownComplete>
 | 
			
		||||
        <aiCanUse>true</aiCanUse>
 | 
			
		||||
        <showCastingProgressBar>true</showCastingProgressBar>
 | 
			
		||||
 | 
			
		||||
        <displayGizmoWhileUndrafted>false</displayGizmoWhileUndrafted>
 | 
			
		||||
        <disableGizmoWhileUndrafted>true</disableGizmoWhileUndrafted>
 | 
			
		||||
        <statBases>
 | 
			
		||||
          <Ability_Duration>150</Ability_Duration>
 | 
			
		||||
          <Ability_EffectRadius>0</Ability_EffectRadius>
 | 
			
		||||
        </statBases>
 | 
			
		||||
        <verbProperties>
 | 
			
		||||
         <range>0</range>
 | 
			
		||||
        </verbProperties>
 | 
			
		||||
        <comps>
 | 
			
		||||
          <li Class="CompProperties_AbilityGiveHediff">
 | 
			
		||||
            <compClass>CompAbilityEffect_GiveHediff</compClass>
 | 
			
		||||
            <hediffDef>DRM_HealBreakOut</hediffDef>
 | 
			
		||||
            <onlyApplyToSelf>True</onlyApplyToSelf>
 | 
			
		||||
            <replaceExisting>true</replaceExisting>
 | 
			
		||||
          </li>
 | 
			
		||||
        </comps>
 | 
			
		||||
      </AbilityDef>
 | 
			
		||||
 | 
			
		||||
</Defs>
 | 
			
		||||
@ -257,15 +257,15 @@
 | 
			
		||||
		<labelNoun>a Hyperheal DragonianOrb.</labelNoun>
 | 
			
		||||
		<description>An installed Hyperheal DragonianOrb.</description>
 | 
			
		||||
		<priceImpact>false</priceImpact>
 | 
			
		||||
		<abilities>
 | 
			
		||||
			<li>DRM_HealBreakOut</li>
 | 
			
		||||
		</abilities>
 | 
			
		||||
		<keepOnBodyPartRestoration>True</keepOnBodyPartRestoration>
 | 
			
		||||
		<stages>
 | 
			
		||||
		  <li>
 | 
			
		||||
			<minSeverity>0</minSeverity>
 | 
			
		||||
			<regeneration>300</regeneration>
 | 
			
		||||
			<showRegenerationStat>false</showRegenerationStat>
 | 
			
		||||
			<statOffsets>
 | 
			
		||||
			  <PainShockThreshold>10</PainShockThreshold>
 | 
			
		||||
			</statOffsets>
 | 
			
		||||
		  </li>
 | 
			
		||||
		</stages>
 | 
			
		||||
		<addedPartProps>
 | 
			
		||||
@ -274,6 +274,29 @@
 | 
			
		||||
		<spawnThingOnRemoved>HyperhealDragonianOrb</spawnThingOnRemoved>
 | 
			
		||||
	  </HediffDef>
 | 
			
		||||
 | 
			
		||||
  	<HediffDef ParentName="RoleStatBuff">
 | 
			
		||||
  	  <defName>DRM_HealBreakOut</defName>
 | 
			
		||||
  	  <label>Heal BreakOut</label>
 | 
			
		||||
  	  <description>This person is in healbreakout.Heal wound in insane speed.</description>
 | 
			
		||||
  	  <hediffClass>HediffWithComps</hediffClass>
 | 
			
		||||
  	  <stages>
 | 
			
		||||
  	    <li>
 | 
			
		||||
			<minSeverity>0</minSeverity>
 | 
			
		||||
			<regeneration>10000</regeneration>
 | 
			
		||||
			<showRegenerationStat>false</showRegenerationStat>
 | 
			
		||||
  	      <painFactor>0.1</painFactor>
 | 
			
		||||
  	    </li>
 | 
			
		||||
  	  </stages>
 | 
			
		||||
  	  <comps>
 | 
			
		||||
  	    <li Class="HediffCompProperties_Disappears">
 | 
			
		||||
  	      <showRemainingTime>True</showRemainingTime>
 | 
			
		||||
  	      <disappearsAfterTicks>15000</disappearsAfterTicks>
 | 
			
		||||
  	    </li>
 | 
			
		||||
  	    <li Class="HediffCompProperties_DisappearsOnDeath"/>
 | 
			
		||||
  	  </comps>
 | 
			
		||||
  	  <isBad>false</isBad>
 | 
			
		||||
  	</HediffDef>
 | 
			
		||||
 | 
			
		||||
	<ThingDef ParentName="BodyPartDROrbsBase">
 | 
			
		||||
	  <defName>HyperhealDragonianOrb</defName>
 | 
			
		||||
	  <label>Hyperheal DragonianOrb</label>
 | 
			
		||||
 | 
			
		||||
@ -0,0 +1,10 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<LanguageData> 
 | 
			
		||||
  
 | 
			
		||||
  <DRM_HealBreakOut.label>超再生爆发</DRM_HealBreakOut.label>
 | 
			
		||||
  <DRM_HealBreakOut.description>短时间超载龙珠。提供极度异常的再生速度。</DRM_HealBreakOut.description>
 | 
			
		||||
 | 
			
		||||
  <DR_FireBurst.label>火焰喷发</DR_FireBurst.label>
 | 
			
		||||
  <DR_FireBurst.description>向附近喷发易燃液体,在地面形成易燃区域。</DR_FireBurst.description>
 | 
			
		||||
 | 
			
		||||
</LanguageData>
 | 
			
		||||
@ -55,6 +55,8 @@
 | 
			
		||||
 | 
			
		||||
  <DRM_KnightForce.label>骑士之力</DRM_KnightForce.label>
 | 
			
		||||
  <DRM_KnightForce.description>这个人已经完全准备就绪。无法被击退。</DRM_KnightForce.description>
 | 
			
		||||
  <DRM_KnightForce.labelNoun>骑士之力</DRM_KnightForce.labelNoun>
 | 
			
		||||
 | 
			
		||||
  <DRM_HealBreakOut.label>超再生爆发</DRM_HealBreakOut.label>
 | 
			
		||||
  <DRM_HealBreakOut.description>这个人正处于超再生爆发状态。伤势以极度异常的速度愈合。</DRM_HealBreakOut.description>
 | 
			
		||||
  
 | 
			
		||||
</LanguageData>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user