Grabbed dndbeyond's source code

```
~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js
```
This commit is contained in:
2025-05-28 11:50:03 -07:00
commit 8df9031d27
3592 changed files with 319051 additions and 0 deletions
@@ -0,0 +1,18 @@
export var ArmorClassTypeEnum;
(function (ArmorClassTypeEnum) {
ArmorClassTypeEnum["ARMOR"] = "Armor";
ArmorClassTypeEnum["SHIELD"] = "Shield";
ArmorClassTypeEnum["DEX_BONUS"] = "Dexterity Bonus";
ArmorClassTypeEnum["MAGIC_BONUS"] = "Magic Bonus";
ArmorClassTypeEnum["MISC_BONUS"] = "Misc Bonus";
ArmorClassTypeEnum["UNARMORED_BONUS"] = "Unarmored Bonus";
ArmorClassTypeEnum["ARMORED_BONUS"] = "Armored Bonus";
ArmorClassTypeEnum["OVERRIDE_BASE_ARMOR"] = "Base Armor + DEX (Override)";
})(ArmorClassTypeEnum || (ArmorClassTypeEnum = {}));
export var ArmorClassExtraTypeEnum;
(function (ArmorClassExtraTypeEnum) {
ArmorClassExtraTypeEnum["MODIFIER"] = "MODIFIER";
ArmorClassExtraTypeEnum["ITEM"] = "ITEM";
ArmorClassExtraTypeEnum["STRING"] = "STRING";
ArmorClassExtraTypeEnum["NUMBER"] = "NUMBER";
})(ArmorClassExtraTypeEnum || (ArmorClassExtraTypeEnum = {}));
@@ -0,0 +1,7 @@
export var AttackSourceTypeEnum;
(function (AttackSourceTypeEnum) {
AttackSourceTypeEnum["ACTION"] = "ACTION";
AttackSourceTypeEnum["ITEM"] = "ITEM";
AttackSourceTypeEnum["SPELL"] = "SPELL";
AttackSourceTypeEnum["CUSTOM"] = "CUSTOM";
})(AttackSourceTypeEnum || (AttackSourceTypeEnum = {}));
@@ -0,0 +1,6 @@
export var DeathCauseEnum;
(function (DeathCauseEnum) {
DeathCauseEnum["NONE"] = "NONE";
DeathCauseEnum["DEATHSAVES"] = "DEATHSAVES";
DeathCauseEnum["CONDITION"] = "CONDITION";
})(DeathCauseEnum || (DeathCauseEnum = {}));
@@ -0,0 +1,14 @@
export var ProtectionSupplierTypeEnum;
(function (ProtectionSupplierTypeEnum) {
ProtectionSupplierTypeEnum["RACIAL_TRAIT"] = "RACIAL_TRAIT";
ProtectionSupplierTypeEnum["CLASS_FEATURE"] = "CLASS_FEATURE";
ProtectionSupplierTypeEnum["FEAT"] = "FEAT";
ProtectionSupplierTypeEnum["ITEM"] = "ITEM";
})(ProtectionSupplierTypeEnum || (ProtectionSupplierTypeEnum = {}));
export var ProtectionAvailabilityStatusEnum;
(function (ProtectionAvailabilityStatusEnum) {
ProtectionAvailabilityStatusEnum["AVAILABLE"] = "AVAILABLE";
ProtectionAvailabilityStatusEnum["NO_LIMITED_USE_REMAINING"] = "NO_LIMITED_USE_REMAINING";
ProtectionAvailabilityStatusEnum["ITEM_NOT_EQUIPPED"] = "ITEM_NOT_EQUIPPED";
ProtectionAvailabilityStatusEnum["ITEM_NOT_ATTUNED"] = "ITEM_NOT_ATTUNED";
})(ProtectionAvailabilityStatusEnum || (ProtectionAvailabilityStatusEnum = {}));