Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ ecf/
rcf/

# Windows Store app package directories and files

# Local protocol payload probes used by /protocolprobe.
/data/scripts/talkactions/god/protocol_probe.local.json
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ monster.loot = {
{ name = "falcon mace", chance = 500, maxCount = 1 },
{ name = "grant of arms", chance = 500, maxCount = 1 },
{ name = "falcon bow", chance = 350, maxCount = 1 },
{ name = "falcon circlet", chance = 350, maxCount = 1 },
{ id = 28714, chance = 350, maxCount = 1 }, -- falcon circlet
{ name = "falcon coif", chance = 350, maxCount = 1 },
{ name = "falcon rod", chance = 350, maxCount = 1 },
{ name = "falcon wand", chance = 350, maxCount = 1 },
Expand Down
Binary file modified data/items/appearances.dat
Binary file not shown.
Loading
Loading