Skip to content

Commit

Permalink
Merge pull request #1545 from BitLucid/fix/aws-cred
Browse files Browse the repository at this point in the history
Increase peasant shuriken drop rate.
  • Loading branch information
tchalvak authored Oct 2, 2023
2 parents 27b5af0 + 4a93439 commit 5ae494e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deploy/npc-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'stamina' => 100,
'race' => 'tengu',
'inventory' => [
'tetsubo'=>'.05',
'tetsubo' => '.05',
],
'traits' => [
'flying',
Expand Down Expand Up @@ -165,7 +165,7 @@
],
'inventory' => [
'kunai' => '.01',
'shuriken' => '.01',
'shuriken' => '.04',
],
],
'merchant2' => [
Expand Down Expand Up @@ -443,7 +443,7 @@
'short' => 'is a muscled creature that lies wait in the shadows',
'race' => 'yokai',
'img' => 'shoukera.jpg',
'traits'=>[
'traits' => [
'claws',
'stealthy',
]
Expand All @@ -453,7 +453,7 @@
'short' => 'is a clawed beast',
'race' => 'yokai',
'img' => 'waira.jpg',
'traits'=>[
'traits' => [
'claws',
]
],
Expand Down Expand Up @@ -482,8 +482,8 @@
'short' => 'is a one eyed monk',
'img' => 'aobouzu.jpg',
'race' => 'yokai',
'inventory'=>[
'prayerwheel'=>'.01',
'inventory' => [
'prayerwheel' => '.01',

]
],
Expand All @@ -492,7 +492,7 @@
'short' => 'is a storm demon',
'img' => 'akashita.jpg',
'race' => 'kami',
'traits'=> [
'traits' => [
'flying',
]
],
Expand Down Expand Up @@ -525,8 +525,8 @@
'trickster',
'steals',
],
'inventory'=>[
'charcoal'=>'.33'
'inventory' => [
'charcoal' => '.33'
]
],
'yurei' => [
Expand All @@ -549,7 +549,7 @@
'img' => 'hokusai-oni.jpg',
'race' => 'oni',
'inventory' => [
'tetsubo'=>'.01',
'tetsubo' => '.01',
],
'traits' => [
'demonic',
Expand Down

0 comments on commit 5ae494e

Please sign in to comment.