示例#1
0
 public SpellPageWithComponentProvider(IPathfinderReferenceApi api, Guid magicComponentId)
     : base(api)
 {
     MagicComponentId = magicComponentId;
 }
示例#2
0
 public WeaponPropertyRunePageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
 public AlchemicalBombPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
 public DeityPageWithCategoryProvider(IPathfinderReferenceApi api, Guid deityCategoryId)
     : base(api)
 {
     DeityCategoryId = deityCategoryId;
 }
 public AdventuringGearPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
 public ArmorCategoryPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#7
0
 public CursePageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
 public SpellPageWithTraditionProvider(IPathfinderReferenceApi api, Guid magicTraditionId)
     : base(api)
 {
     MagicTraditionId = magicTraditionId;
 }
示例#9
0
 public PreciousMaterialShieldPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#10
0
 public WeaponGroupPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#11
0
 public DeityPageWithDivineFontProvider(IPathfinderReferenceApi api, string divineFontName)
     : base(api)
 {
     DivineFontName = divineFontName;
 }
示例#12
0
 public FeatPageWithTraitProvider(IPathfinderReferenceApi api, Guid traitId)
     : base(api)
 {
     TraitId = traitId;
 }
 public ConditionsPageWithCategoryProvider(IPathfinderReferenceApi api, Guid deityCategoryId)
     : base(api)
 {
     ConditionCategoryId = deityCategoryId;
 }
示例#14
0
 public DeityPageWithAlignmentProvider(IPathfinderReferenceApi api, Guid alignmentId)
     : base(api)
 {
     AlignmentId = alignmentId;
 }
 public FundamentalWeaponRunePageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#16
0
 public ShieldPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#17
0
 public ArmorPageWithGroupProvider(IPathfinderReferenceApi api, Guid weaponGroupId)
     : base(api)
 {
     WeaponGroupId = weaponGroupId;
 }
 public MeleeWeaponPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#19
0
 public ConditionCategoryPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#20
0
 public HazardPageWithTypeProvider(IPathfinderReferenceApi api, Guid hazardTypeId)
     : base(api)
 {
     HazardTypeId = hazardTypeId;
 }
示例#21
0
 public TraitPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#22
0
 public HazardPageWithComplexityProvider(IPathfinderReferenceApi api, Guid hazardComplexityId)
     : base(api)
 {
     HazardComplexityId = hazardComplexityId;
 }
 public LanguagePageWithTypeProvider(IPathfinderReferenceApi api, Guid languageTypeId)
     : base(api)
 {
     LanguageTypeId = languageTypeId;
 }
示例#24
0
 public HazardComplexityPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
 public AncestryPageWithRarityProvider(IPathfinderReferenceApi api, Guid ancestryRarityId)
     : base(api)
 {
     AncestryRarityId = ancestryRarityId;
 }
 public ArmorGroupPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#27
0
 public MysteryPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#28
0
 public DomainPageProvider(IPathfinderReferenceApi api)
     : base(api)
 {
 }
示例#29
0
 public ArmorPageWithCategoryProvider(IPathfinderReferenceApi api, Guid weaponCategoryId)
     : base(api)
 {
     WeaponCategoryId = weaponCategoryId;
 }
 public MysteryPageWithDomainProvider(IPathfinderReferenceApi api, Guid domainId)
     : base(api)
 {
     DomainId = domainId;
 }