Added edit tab to base dialogs, added edit screen to attribute dialog

This commit is contained in:
Stefan Zermatten
2019-02-18 13:41:21 +02:00
parent 5d45788521
commit d30ee06e33
7 changed files with 57 additions and 30 deletions

View File

@@ -18,12 +18,12 @@ const getRacialBonusEffect = function(charId, attribute, bonus){
name: "Race Bonus",
stat: attribute,
operation: "add",
calculation: bonus,
calculation: bonus.toString(),
enabled: true,
parent: {
collection: "Creatures",
id: charId,
group: "racial",
group: "race",
},
charId: charId,
};