Generic roll and update items
This commit is contained in:
parent
b4a06a5049
commit
f6cdb3e7fd
BIN
images/icons/icon_armour.webp
Normal file
BIN
images/icons/icon_armour.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
images/icons/icon_equipment.webp
Normal file
BIN
images/icons/icon_equipment.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
images/icons/icon_meleeweapon.webp
Normal file
BIN
images/icons/icon_meleeweapon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
images/icons/icon_rangedweapon.webp
Normal file
BIN
images/icons/icon_rangedweapon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
images/icons/icon_shield.webp
Normal file
BIN
images/icons/icon_shield.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -10,6 +10,10 @@ export const defaultItemImg = {
|
|||||||
effect: "systems/fvtt-pegasus-rpg/images/icons/icon_effect.webp",
|
effect: "systems/fvtt-pegasus-rpg/images/icons/icon_effect.webp",
|
||||||
race: "systems/fvtt-pegasus-rpg/images/icons/icon_race.webp",
|
race: "systems/fvtt-pegasus-rpg/images/icons/icon_race.webp",
|
||||||
power: "systems/fvtt-pegasus-rpg/images/icons/icon_power.webp",
|
power: "systems/fvtt-pegasus-rpg/images/icons/icon_power.webp",
|
||||||
|
armour: "systems/fvtt-pegasus-rpg/images/icons/icon_armour.webp",
|
||||||
|
equipment: "systems/fvtt-pegasus-rpg/images/icons/icon_equipment.webp",
|
||||||
|
weapon: "systems/fvtt-pegasus-rpg/images/icons/icon_meleeweapon.webp",
|
||||||
|
shield: "systems/fvtt-pegasus-rpg/images/icons/icon_shield.webp",
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -110,9 +110,9 @@
|
|||||||
"styles": [
|
"styles": [
|
||||||
"styles/simple.css"
|
"styles/simple.css"
|
||||||
],
|
],
|
||||||
"templateVersion": 55,
|
"templateVersion": 56,
|
||||||
"title": "Pegasus RPG",
|
"title": "Pegasus RPG",
|
||||||
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
|
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
|
||||||
"version": "0.0.55",
|
"version": "0.0.56",
|
||||||
"background" : "./images/ui/pegasus_welcome_page.webp"
|
"background" : "./images/ui/pegasus_welcome_page.webp"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user