From 5a2b1a67296a4b8130ee33d94fc554778e069ca5 Mon Sep 17 00:00:00 2001 From: "kts of kettek (nyaa)" Date: Mon, 2 Jul 2018 09:58:24 -0700 Subject: [PATCH] Add some path attuned and repelled archetypes --- player/AttunedCreation.arc | 10 ++++++++++ player/AttunedDeath.arc | 10 ++++++++++ player/AttunedElectricity.arc | 10 ++++++++++ player/AttunedFire.arc | 10 ++++++++++ player/AttunedFrost.arc | 10 ++++++++++ player/AttunedMind.arc | 10 ++++++++++ player/AttunedProtection.arc | 10 ++++++++++ player/AttunedRestoration.arc | 10 ++++++++++ player/AttunedSummoning.arc | 10 ++++++++++ player/AttunedWounding.arc | 10 ++++++++++ player/RepelledRestoration.arc | 10 ++++++++++ 11 files changed, 110 insertions(+) create mode 100644 player/AttunedCreation.arc create mode 100644 player/AttunedDeath.arc create mode 100644 player/AttunedElectricity.arc create mode 100644 player/AttunedFire.arc create mode 100644 player/AttunedFrost.arc create mode 100644 player/AttunedMind.arc create mode 100644 player/AttunedProtection.arc create mode 100644 player/AttunedRestoration.arc create mode 100644 player/AttunedSummoning.arc create mode 100644 player/AttunedWounding.arc create mode 100644 player/RepelledRestoration.arc diff --git a/player/AttunedCreation.arc b/player/AttunedCreation.arc new file mode 100644 index 0000000..8d26763 --- /dev/null +++ b/player/AttunedCreation.arc @@ -0,0 +1,10 @@ +Object attuned_creation +name attuned creation +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 2048 +speed 0 +end diff --git a/player/AttunedDeath.arc b/player/AttunedDeath.arc new file mode 100644 index 0000000..d022713 --- /dev/null +++ b/player/AttunedDeath.arc @@ -0,0 +1,10 @@ +Object attuned_death +name attuned death +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 262144 +speed 0 +end diff --git a/player/AttunedElectricity.arc b/player/AttunedElectricity.arc new file mode 100644 index 0000000..9f219ef --- /dev/null +++ b/player/AttunedElectricity.arc @@ -0,0 +1,10 @@ +Object attuned_electricity +name attuned electricity +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 8 +speed 0 +end diff --git a/player/AttunedFire.arc b/player/AttunedFire.arc new file mode 100644 index 0000000..af1a923 --- /dev/null +++ b/player/AttunedFire.arc @@ -0,0 +1,10 @@ +Object attuned_electricity +name attuned electricity +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 2 +speed 0 +end diff --git a/player/AttunedFrost.arc b/player/AttunedFrost.arc new file mode 100644 index 0000000..d10af7e --- /dev/null +++ b/player/AttunedFrost.arc @@ -0,0 +1,10 @@ +Object attuned_electricity +name attuned electricity +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 4 +speed 0 +end diff --git a/player/AttunedMind.arc b/player/AttunedMind.arc new file mode 100644 index 0000000..c7c02e8 --- /dev/null +++ b/player/AttunedMind.arc @@ -0,0 +1,10 @@ +Object attuned_mind +name attuned mind +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 1024 +speed 0 +end diff --git a/player/AttunedProtection.arc b/player/AttunedProtection.arc new file mode 100644 index 0000000..b48a6a6 --- /dev/null +++ b/player/AttunedProtection.arc @@ -0,0 +1,10 @@ +Object attuned_protection +name attuned protection +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 1 +speed 0 +end diff --git a/player/AttunedRestoration.arc b/player/AttunedRestoration.arc new file mode 100644 index 0000000..e454cbf --- /dev/null +++ b/player/AttunedRestoration.arc @@ -0,0 +1,10 @@ +Object attuned_restoration +name attuned restoration +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 256 +speed 0 +end diff --git a/player/AttunedSummoning.arc b/player/AttunedSummoning.arc new file mode 100644 index 0000000..bd4ac5d --- /dev/null +++ b/player/AttunedSummoning.arc @@ -0,0 +1,10 @@ +Object attuned_summoning +name attuned summoning +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 64 +speed 0 +end diff --git a/player/AttunedWounding.arc b/player/AttunedWounding.arc new file mode 100644 index 0000000..e15b58d --- /dev/null +++ b/player/AttunedWounding.arc @@ -0,0 +1,10 @@ +Object attuned_wounding +name attuned wounding +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_attuned 131072 +speed 0 +end diff --git a/player/RepelledRestoration.arc b/player/RepelledRestoration.arc new file mode 100644 index 0000000..0f8948c --- /dev/null +++ b/player/RepelledRestoration.arc @@ -0,0 +1,10 @@ +Object repelled_restoration +name repelled restoration +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +path_repelled 256 +speed 0 +end