18 add more operations for modifiers (#23)
* Added Operations and Combat Conditions + Added Multiply, Division and Subtract operations for modifiers + Added Combat Conditions Effects form Ars Armorum * Added Math.floor() * Fixed Operations and Combat Conditions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Angeschlagen",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/injury-pain-body-orange.web",
|
||||
"img": "icons/skills/wounds/injury-pain-body-orange.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Benommen",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/hypnosis-mesmerism-eye.webp",
|
||||
"img": "icons/magic/control/hypnosis-mesmerism-eye.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blutend",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/blood-drip-droplet-red.webp",
|
||||
"img": "icons/skills/wounds/blood-drip-droplet-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Eingeschüchtert",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/fear-fright-white.webp",
|
||||
"img": "icons/magic/control/fear-fright-white.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Ermutigt",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/strike-fist-stone-light.webp",
|
||||
"img": "icons/magic/earth/strike-fist-stone-light.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Erschöpft",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/injury-body-pain-gray.webp",
|
||||
"img": "icons/skills/wounds/injury-body-pain-gray.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Erzürnt",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/fear-fright-monster-grin-red-orange.webp",
|
||||
"img": "icons/magic/control/fear-fright-monster-grin-red-orange.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Lahm",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/feet-spurred-boots-brown.webp",
|
||||
"img": "icons/skills/movement/feet-spurred-boots-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Taumelnd",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/silhouette-fall-slip-prone.webp",
|
||||
"img": "icons/magic/control/silhouette-fall-slip-prone.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Überrascht",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/silhouette-hold-change-green.webp",
|
||||
"img": "icons/magic/control/silhouette-hold-change-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Lahm",
|
||||
"name": "Verwirrt",
|
||||
"type": "effect",
|
||||
"img": "icons/tools/instruments/silhouette-grow-shrink-blue.webp",
|
||||
"img": "icons/magic/control/silhouette-grow-shrink-blue.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"equippable": false,
|
||||
|
||||
Reference in New Issue
Block a user