diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-18 04:26:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-18 04:26:39 -0300 |
commit | 62a0bf8c728d66bed898b6949a138df7cfd6822e (patch) | |
tree | 95a4294b819d61d9c1901441bdc996a77dc991e0 | |
parent | 93ba1fff3836812f638a4ff5df158030b0b5db50 (diff) | |
download | clientdata-62a0bf8c728d66bed898b6949a138df7cfd6822e.tar.gz clientdata-62a0bf8c728d66bed898b6949a138df7cfd6822e.tar.bz2 clientdata-62a0bf8c728d66bed898b6949a138df7cfd6822e.tar.xz clientdata-62a0bf8c728d66bed898b6949a138df7cfd6822e.zip |
Swap race 100 and 101 (deprecated), add halt regeneration SC, fix char creation
-rw-r--r-- | charcreation.xml | 2 | ||||
-rw-r--r-- | items/racesprite/item-100_Deprecated.xml | 8 | ||||
-rw-r--r-- | items/racesprite/item-101_Talpan.xml | 4 | ||||
-rw-r--r-- | status-effects.xml | 10 |
4 files changed, 12 insertions, 12 deletions
diff --git a/charcreation.xml b/charcreation.xml index d1d0d578..04170230 100644 --- a/charcreation.xml +++ b/charcreation.xml @@ -7,5 +7,5 @@ <!-- hide stat selection --> <stat min="1" max="9" sum="48"/> <!-- hide race selection --> - <race min="1" max="1"/> + <race min="0" max="0"/> </chars> diff --git a/items/racesprite/item-100_Deprecated.xml b/items/racesprite/item-100_Deprecated.xml index b5f30a5a..24b78f12 100644 --- a/items/racesprite/item-100_Deprecated.xml +++ b/items/racesprite/item-100_Deprecated.xml @@ -1,11 +1,11 @@ <?xml version="1.0"?> <items> - <item id="-100" type="racesprite" name="Placeholder"> - <sprite gender="female">model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> - <sprite gender="male">model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <item id="-100" type="racesprite" name="Talpan"> + <sprite gender="female">races/human-female.xml</sprite> + <sprite gender="male">races/human-male.xml</sprite> <sprite gender="other">model/neutral.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> </item> - <item id="-99100" type="racesprite" name="Placeholder"> + <item id="-99100" type="racesprite" name="Talpan"> <sprite gender="unisex">model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> <sprite gender="female">model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> </item> diff --git a/items/racesprite/item-101_Talpan.xml b/items/racesprite/item-101_Talpan.xml index 8565c1f9..e8bbfc30 100644 --- a/items/racesprite/item-101_Talpan.xml +++ b/items/racesprite/item-101_Talpan.xml @@ -1,11 +1,11 @@ <?xml version="1.0"?> <items> - <item id="-101" type="racesprite" name="Talpan"> + <item id="-101" type="racesprite" name="Deprecated"> <sprite gender="female">races/human-female.xml</sprite> <sprite gender="male">races/human-male.xml</sprite> <sprite gender="other">model/neutral.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> </item> - <item id="-99101" type="racesprite" name="Talpan"> + <item id="-99101" type="racesprite" name="Deprecated"> <sprite gender="unisex">model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> <sprite gender="female">model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> </item> diff --git a/status-effects.xml b/status-effects.xml index 08c3cf51..4b34190d 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -406,6 +406,11 @@ end-message: Displays a message when the effect end. start-message="You are surrounded by a magical barrier." end-message="Your magical barrier dissipates." /> + <status-effect + name="halt regen" + id="1513" + icon="icons/green-barrier.xml" + /> <!-- OPTION_SIGHT --> <status-effect @@ -629,11 +634,6 @@ end-message: Displays a message when the effect end. /> <status-effect - name="barrier" - id="197" - icon="icons/green-barrier.xml" - /> - <status-effect name="spell-attack-generic" id="2000" icon="icons/spell-attack-generic.xml" |