Skip to content

Instantly share code, notes, and snippets.

@LaughingLeader
Created January 6, 2019 16:34
Show Gist options
  • Save LaughingLeader/0e68f27522b9a013e7d6250c4fee695a to your computer and use it in GitHub Desktop.
Save LaughingLeader/0e68f27522b9a013e7d6250c4fee695a to your computer and use it in GitHub Desktop.
Summon Random Animal Experiment
new entry "Shout_LLRACE_SummonAnimal"
type "SkillData"
data "SkillType" "Shout"
using "Shout_CloseTheDoor"
data "ActionPoints" "2"
data "Cooldown" "0"
data "SkillProperties" "LLRACE_SUMMON_CROCODILE,25,0;LLRACE_SUMMON_BEAR,50,0;LLRACE_SUMMON_WOLF,100,0;"
data "TargetConditions" "Self"
data "CanTargetCharacters" "Yes"
data "UseCharacterStats" "No"
data "UseWeaponDamage" "No"
data "UseWeaponProperties" "No"
data "Autocast" "No"
data "DisplayName" "Summon Animal"
data "Description" "Summon a random animal."
data "Memory Cost" "0"
data "Magic Cost" "0"
new entry "LLRACE_SUMMON_BASE"
type "StatusData"
data "StatusType" "CONSUME"
data "ForGameMaster" "No"
data "InitiateCombat" "No"
data "Icon" "unknown"
data "StackId" "Stack_LLRACE_SummonCreature"
new entry "LLRACE_SUMMON_BEAR"
type "StatusData"
data "StatusType" "CONSUME"
using "LLRACE_SUMMON_BASE"
data "DisplayName" "Summoning Bear"
data "StackPriority" "2"
data "StatsId" "Stats_LLRACE_SummonBear"
new entry "Stats_LLRACE_SummonBear"
type "Potion"
data "Act" "1"
data "Act part" "0"
data "ExtraProperties" "Summon,db1772ac-3a79-4ea4-95eb-01c40ceb44ed,10,-,Target_DummyTargetSkill"
new entry "LLRACE_SUMMON_CROCODILE"
type "StatusData"
data "StatusType" "CONSUME"
using "LLRACE_SUMMON_BASE"
data "DisplayName" "Summoning Crocodile"
data "StackPriority" "1"
data "StatsId" "Stats_LLRACE_SummonCrocodile"
new entry "Stats_LLRACE_SummonCrocodile"
type "Potion"
data "Act" "1"
data "Act part" "0"
data "ExtraProperties" "Summon,2cbfe981-ff06-4993-8198-e8af7a1b91fe,10,-,Target_DummyTargetSkill"
new entry "LLRACE_SUMMON_WOLF"
type "StatusData"
data "StatusType" "CONSUME"
using "LLRACE_SUMMON_BASE"
data "DisplayName" "Summoning Wolf"
data "StackPriority" "0"
data "StatsId" "Stats_LLRACE_SummonWolf"
new entry "Stats_LLRACE_SummonWolf"
type "Potion"
data "Act" "1"
data "Act part" "0"
data "ExtraProperties" "Summon,53f49a2d-36a1-4c47-8cef-91c0f3ae0ef9,10,-,Target_DummyTargetSkill"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment