From d55dd6f1224cafb9da84e77a5fd3996f514326af Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Jun 2019 14:59:16 -0300 Subject: Make weapon attack particles vary based on their power. Power is defined by weapon level OBVIOUSLY. 0~25: Weak. 26~50: Average. 51~75: Strong. 76+: Very Strong. --- graphics/particles/hit.average.xml | 55 +++++++++++++++++++++++++++++++++++ graphics/particles/hit.strong.xml | 55 +++++++++++++++++++++++++++++++++++ graphics/particles/hit.verystrong.xml | 55 +++++++++++++++++++++++++++++++++++ graphics/particles/hit.weak.xml | 44 ++++++++++++++++++++++++++++ 4 files changed, 209 insertions(+) create mode 100644 graphics/particles/hit.average.xml create mode 100644 graphics/particles/hit.strong.xml create mode 100644 graphics/particles/hit.verystrong.xml create mode 100644 graphics/particles/hit.weak.xml (limited to 'graphics/particles') diff --git a/graphics/particles/hit.average.xml b/graphics/particles/hit.average.xml new file mode 100644 index 00000000..52da59c0 --- /dev/null +++ b/graphics/particles/hit.average.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/hit.strong.xml b/graphics/particles/hit.strong.xml new file mode 100644 index 00000000..ea426a24 --- /dev/null +++ b/graphics/particles/hit.strong.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/hit.verystrong.xml b/graphics/particles/hit.verystrong.xml new file mode 100644 index 00000000..d1eec3a8 --- /dev/null +++ b/graphics/particles/hit.verystrong.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/hit.weak.xml b/graphics/particles/hit.weak.xml new file mode 100644 index 00000000..75a5c365 --- /dev/null +++ b/graphics/particles/hit.weak.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-60-g2f50