Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+6 -4
View File
@@ -5,11 +5,12 @@
amberTalons.system.equipped = true;
amberTalons.system.qualities.value.push({name : "magical"})
amberTalons.effects.push({
name : "Amber Talons",
label : "Amber Talons",
transfer: false,
img : "modules/wfrp4e-core/icons/spells/amber-talons.png" ,
system: {
transferData : {
icon : "modules/wfrp4e-core/icons/spells/amber-talons.png" ,
flags : {
wfrp4e : {
applicationData : {
documentType : "Item"
},
scriptData : [{
@@ -17,5 +18,6 @@
script : "if (args.totalWoundLoss >= 1)\n{ \n args.actor.addCondition(\"bleeding\")\n}"
}]
}
}
})
this.actor.createEmbeddedDocuments("Item", [amberTalons], {fromEffect: this.effect.id})