lfs, current build
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
<Character Name="Princess Mini" TextureRootPath="gfx" SoundRootPath="sfx" Render="preview/render.png" Portrait="preview/portrait.png" Anm2="character/mini.anm2" Description="A sprightly, pampered, petite princess. Don't call her "Mint"!" Credits="Art, Animation, Dialogue: ShweetMagnet Character: 2x/MerchantAnon Sound Effects: JC Sounds (CC-BY 4.0), artisticdude (CC0), Kronbits (CC0), Vehicle (CC0), pixabay.org, ShweetMagnet Font: DPComic" WeightKilograms="40" WeightMaxKilograms="100" CapacityCalories="1250" CapacityMinCalories="1250" CapacityMaxCalories="10000" CapacityOverstuffedMultiplier="1.5" CapacityIfOverStuffedOnDigestBonus="0.2" CaloriesToKilogram="0.001" DigestionRatePerSecond="1.5" DigestionRatePerSecondMax="4.5" DigestionTimerMax="120" BlinkChance="0.5" GurgleChance="0.00050000002" GurgleChanceFromCapacityMultiplier="10" DialoguePool="Stage1" ColorR="0.18799999" ColorG="0.65100002" ColorB="0.42399999">
|
||||
<Stages>
|
||||
<Stage ThresholdKilograms="45" DialoguePool="Stage2" AppendStringForAnimations="Stage2" />
|
||||
<Stage ThresholdKilograms="60" DialoguePool="Stage3" AppendStringForAnimations="Stage3" />
|
||||
<Stage ThresholdKilograms="70" DialoguePool="Stage4" AppendStringForAnimations="Stage4" />
|
||||
<Stage ThresholdKilograms="90" DialoguePool="Stage5" AppendStringForAnimations="Stage5" />
|
||||
</Stages>
|
||||
<Animations>
|
||||
<Start Animation="Appear" />
|
||||
<Idle Animation="Neutral" />
|
||||
<IdleFull Animation="NeutralFull" />
|
||||
<StageUp Animation="StageUp" />
|
||||
</Animations>
|
||||
<AnimationOverrides>
|
||||
<Talk LayerSource="Talk" LayerDestination="Mouth" />
|
||||
<Blink LayerSource="Blink" LayerDestination="Eye" />
|
||||
</AnimationOverrides>
|
||||
<EatAreas>
|
||||
<EatArea Null="Mouth" Animation="Eat" EventToActivate="Eat" />
|
||||
</EatAreas>
|
||||
<Actions>
|
||||
<Digest>
|
||||
<Sound Path="digest1.ogg" />
|
||||
<Sound Path="digest2.ogg" />
|
||||
<Sound Path="digest3.ogg" />
|
||||
</Digest>
|
||||
<Gurgle>
|
||||
<Sound Path="gurgle1.ogg" />
|
||||
<Sound Path="gurgle2.ogg" />
|
||||
<Sound Path="gurgle3.ogg" />
|
||||
<Sound Path="gurgle4.ogg" />
|
||||
<Sound Path="gurgle5.ogg" />
|
||||
</Gurgle>
|
||||
</Actions>
|
||||
<ExpandAreas>
|
||||
<ExpandArea Layer="Torso" Null="Belly" ScaleMultiplierMaximum="2.5" />
|
||||
</ExpandAreas>
|
||||
<InteractAreaTypes>
|
||||
<InteractArea Type="Rub" GlyphFromIconFont="2" IsHold="true" AnimationCursorHover="Hover" AnimationCursorActive="Rub">
|
||||
<Sound Path="rub.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</InteractArea>
|
||||
<InteractArea Type="Smack" GlyphFromIconFont="3" AnimationCursorHover="SmackHover" AnimationCursorActive="Smack" TimeToActivateNewDialogueTicks="40" ScaleEffectAmplitude="1" ScaleEffectCycles="3" DigestionBonusOnClick="0.25">
|
||||
<Sound Path="smack1.ogg" />
|
||||
<Sound Path="smack2.ogg" />
|
||||
<Sound Path="smack3.ogg" />
|
||||
<Sound Path="smack4.ogg" />
|
||||
<Sound Path="smack5.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</InteractArea>
|
||||
<InteractArea Type="Kiss" GlyphFromIconFont="4" AnimationCursorHover="KissHover" AnimationCursorActive="Kiss">
|
||||
<Sound Path="kiss1.ogg" />
|
||||
<Sound Path="kiss2.ogg" />
|
||||
<Sound Path="kiss3.ogg" />
|
||||
<Sound Path="kiss4.ogg" />
|
||||
<Sound Path="kiss5.ogg" />
|
||||
<Particle Type="Circle" />
|
||||
</InteractArea>
|
||||
</InteractAreaTypes>
|
||||
<InteractAreas>
|
||||
<InteractArea Type="Rub" Null="Head" DialoguePool="HeadRub" DialoguePoolFull="HeadRubFull" />
|
||||
<InteractArea Type="Rub" Null="Belly" AnimationCursorActive="Grab" DialoguePool="BellyRub" DigestionBonusOnHover="0.1" DialoguePoolFull="BellyRubFull" />
|
||||
<InteractArea Type="Kiss" Null="Mouth" DialoguePool="MouthKiss" DialoguePoolFull="MouthKiss" />
|
||||
<InteractArea Type="Kiss" Null="Belly" DialoguePool="BellyKiss" DialoguePoolFull="BellyKiss" />
|
||||
<InteractArea Type="Smack" Null="Belly" DialoguePool="BellySmack" Layer="Torso" DialoguePoolFull="BellySmack" />
|
||||
</InteractAreas>
|
||||
</Character>
|
||||
Reference in New Issue
Block a user