tucozz / project-rataiada

A mobile web app for Mausritter's RPG character sheet.
https://tucozz.github.io/project-rataiada/
The Unlicense
0 stars 0 forks source link

Nome e título do personagem #3

Closed srjheam closed 6 days ago

srjheam commented 1 month ago

As a player, I want seção com descrição do personagem, So that eu posso ver e editar informações sobre ele.

Acceptance criteria

Definition of Done:

Notes

Mockup

image

image

Wireframe

image

Enums

Background

enum CharacterBackground {
    TestSubject,
    KitchenForager,
    CageDweller,
    HedgeWitch,
    Leatherworker,
    StreetTough,
    MendicantPriest,
    Beetleherd,
    AleBrewer,
    Fishermouse,
    Blacksmith,
    Wireworker,
    Woodcutter,
    BatCultist,
    TinMiner,
    TrashCollector,
    WallRover,
    Merchant,
    RaftCrew,
    WormWrangler,
    SparrowRider,
    SewerGuide,
    PrisonGuard,
    FungusFarmer,
    DamBuilder,
    Cartographer,
    TrapThief,
    Vagabond,
    GrainFarmer,
    MessageRunner,
    Troubadour,
    Gambler,
    SapTapper,
    BeeKeeper,
    Librarian,
    PauperNoblemouse
}

Birthsign

enum CharacterBirthsign {
    Star,
    Wheel,
    Acorn,
    Storm,
    Moon,
    Mother
}

Coat

enum CharacterCoatColor {
    Chocolate,
    Black,
    White,
    Tan,
    Grey,
    Blue
}

enum CharacterCoatPattern {
    Solid,
    Brindle,
    Patchy,
    Banded,
    Marbled,
    Flecked
}

Look

enum CharacterPhysicalDetail {
    SkarredBody,
    CorpulentBody,
    TinyBody,
    WillowyBody,
    PaintedFace,
    MassiveClothes,
    ForeignClothes,
    ElegantClothes,
    PatchedClothes,
    UnwashedClothes,
    GroomedFur,
    DyedFur,
    Dreadlocks,
    ShavedFur,
    FrizzyFur,
    SilkyFur,
    NightEyePatch,
    BloodRedEyes,
    LuminousEyes,
    WhippedTail,
    CrookedTail,
    SharpEyes,
    WiseEyes,
    GroomedFur,
    Dreadlocks,
    DyedFur,
    ShavedFur,
    FrizzyFur,
    SilkyFur,
    NightEyePatch,
    EyePatch,
    BloodRedEyes,
    WiseEyes,
    SharpEyes,
    LuminousEyes,
    CrookedTail,
    WhippedTail,
    TuftedTail,
    StubbyTail,
    PrehensileTail,
    CurlyTail
}