Skip to content

Commit

Permalink
content[minor] - new South Pillager Rider enemy
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Apr 28, 2024
1 parent 4d1bebe commit 510b512
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions copyright
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Files:
imgs/Jerry?The?Junk?Seller.txt
imgs/Marry?Joselina.txt
imgs/Los?Gerudos?Sheriff.txt
imgs/South?Pillager?Rider.txt
Copyright: Anonymous/Unknown
License: GPL-3+

Expand Down
27 changes: 27 additions & 0 deletions data/enemies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,33 @@ South Pillager:
description: >
South Pillagers, who're also known as 'South Men' are cowards, and dangerous enemies, that you'll eventually encounter if you
travel in the Gerud Desert or in the Badlands of the Stall Island.
South Pillager Rider:
plural: "South Pillager Riders"
damage:
min damage: 3
max damage: 7
critical chance: .4
health:
min spawning health: 16
max spawning health: 24
max health level: 24
agility: .65
inventory:
- Horse Saddle
- Sword
- Bow
- Spear
- Shield
- Stretched Bag
- Healing Potion
- Long Sword
- Beef
- Porkchop
- Strength Potion
- Knight Boots
- Gerud Desert Map
description: >
These South Pillagers ride tall horses, making them even more dangerous: they are fast and powerful enemies, in addition of a decent health.
The Dagger:
plural: "The Dagger"
damage:
Expand Down
19 changes: 19 additions & 0 deletions data/items.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,25 @@ Wet Tree Log:
║ ║
║ ║
╚════════════════════════════╝
Horse Saddle:
type: "Misc"
gold: 18
description: "A generic horse saddle, used by mainly by men."
thumbnail: |
╔════════════════════════════╗
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
╚════════════════════════════╝
Wolf Skin:
type: "Misc"
gold: 4.32
Expand Down
4 changes: 4 additions & 0 deletions data/lists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ desert raids:
hard: {"min": 2, "max": 4}
enemies spawns:
South Pillager: 1
South Pillager Rider: .4
Mumakil:
name: "You find a Mumakil on your way!"
chance: .1
Expand All @@ -216,6 +217,7 @@ desert raids:
enemies spawns:
Mumakil: 1
South Pillager: 1
South Pillager Rider: .4
Desert Troll:
name: "You find a Desert Troll on your way!"
chance: .2
Expand Down Expand Up @@ -254,6 +256,7 @@ south pillagers:
hard: {"min": 3, "max": 5}
enemies spawns:
South Pillager: 1
South Pillager Rider: .6
South Pillagers:
name: "You find a group of South Pillagers on your way!"
chance: .55
Expand All @@ -263,6 +266,7 @@ south pillagers:
hard: {"min": 2, "max": 4}
enemies spawns:
South Pillager: 1
South Pillager Rider: .4

desert undeads:
Undeads Group:
Expand Down
17 changes: 17 additions & 0 deletions imgs/South Pillager Rider.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
$ORANGE ~~~~$SILVER:
$ORANGE ~~~~$SILVER.:::.
$ORANGE ~~$SILVER | _ _ |
$SILVER | | |
$SILVER |_____|
$SILVER -$YELLOW+$SILVER-__) (__-$YELLOW+$SILVER-
$SILVER { }
$SILVER:. | .: |
$BROWN| :...: | $DARK_BROWN|\$BROWNxxxx$DARK_BROWN/|
$BROWN| | $DARK_BROWN/ $BROWNxx$DARK_BROWN \
$BROWN| | $DARK_BROWN/ $ORANGE*$DARK_BROWN) )
$BROWN| |$DARK_BROWN/ \
$BROWN: :$DARK_BROWN \
$BROWN \_____/$DARK_BROWN \___ \
$DARK_BROWN / \ ) )
$DARK_BROWN \ \___/
$DARK_BROWN )$WHITE

0 comments on commit 510b512

Please sign in to comment.