Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aishimeth2135/Toram_Grimoire
/ functions
Functions
1,294 in github.com/aishimeth2135/Toram_Grimoire
⨍
Functions
1,294
◇
Types & classes
474
↓ 5 callers
Function
getMatchedBuild
( builds: Build[], id: number | null )
src/stores/views/character/index.ts:260
↓ 5 callers
Function
getRandomInt
(min: number, max: number)
src/shared/utils/number.ts:9
↓ 5 callers
Method
getSkillLevel
(skill: Skill)
src/lib/Character/SkillBuild/SkillBuild.ts:92
↓ 5 callers
Function
getTextKey
(idx: number)
src/lib/Skill/SkillComputing/compute.ts:274
↓ 5 callers
Function
handleFormula
( formulaStr: string, { vars = {}, texts = {}, methods = {}, getters = {}, toNumber =
src/shared/utils/data/parseFormula.ts:270
↓ 5 callers
Function
handleIntData
(value: string)
src/stores/app/datas/utils/LoadQuests.ts:23
↓ 5 callers
Method
mergeDisplayOptions
(options: ResultContainerDisplayOptions | null)
src/lib/common/ResultContainer/ResultContainer.ts:101
↓ 5 callers
Method
removeItem
(itemBase: BagPotion)
src/lib/Character/PotionBuild/PotionBuild.ts:143
↓ 5 callers
Method
show
()
src/lib/Enchant/Enchant/EnchantBuild.ts:682
↓ 5 callers
Method
starGemLevel
(value?: number)
src/lib/Skill/Skill/SkillElement.ts:435
↓ 5 callers
Function
useCharacterBindingBuild
()
src/stores/views/character/setup/useCharacterBindingBuild.ts:5
↓ 4 callers
Function
GetDrawSetting
()
src/lib/Skill/drawSkillTree/drawSkillTree.ts:18
↓ 4 callers
Method
add
(value: number)
src/lib/Enchant/Enchant/EnchantBuild.ts:686
↓ 4 callers
Function
appendResult
(data: EquipmentRestrictions, isMain = false)
src/lib/Skill/SkillComputing/utils.ts:177
↓ 4 callers
Method
calcMaterialPointCost
* Calc the material point cost. The order of params has no effect.
src/lib/Enchant/Enchant/EnchantBuild.ts:701
↓ 4 callers
Method
checkMakeUpPotential
* 在退潛前前置動作時,每次附完一個正屬,確認是否需要補潛力
src/lib/Enchant/EnchantDoll/EnchantDollEquipmentContainer.ts:311
↓ 4 callers
Method
createCalculation
(name: string = '')
src/lib/Damage/DamageCalculation/CalculationBase.ts:74
↓ 4 callers
Function
createElementMap
()
src/stores/views/character/utils.ts:26
↓ 4 callers
Function
createRow
()
src/stores/views/character/skill.ts:119
↓ 4 callers
Function
defineViewState
( id: ViewNames, init: () => State )
src/shared/setup/State.ts:24
↓ 4 callers
Method
disableFloorResult
()
src/lib/Damage/DamageCalculation/CalculationBase.ts:241
↓ 4 callers
Function
downloadCsvData
(path: string)
src/stores/app/datas/utils/DownloadDatas.ts:38
↓ 4 callers
Method
filterSource
(filter: (src: StatValueSource) => boolean)
src/lib/Character/Stat/StatRecorded.ts:99
↓ 4 callers
Method
getCurrentItemId
(itemContainer: CalcItemContainer, containerId: CalculationContainerIds)
src/lib/Damage/index.ts:35
↓ 4 callers
Method
getShowData
(type: StatTypes, value: StatValue)
src/lib/Character/Stat/StatBase.ts:87
↓ 4 callers
Function
getSkillBranchState
(skillBranch: SkillBranch)
src/stores/views/character/setup/getState.ts:27
↓ 4 callers
Function
getSkillLevel
(skillId: string)
src/stores/views/character/setup/context.ts:48
↓ 4 callers
Function
getSkillResultStatesComputed
(target: Map<Skill, ComputedRef<SkillResultBase[]>>)
src/stores/views/character/setup/setupCharacterSkills.ts:524
↓ 4 callers
Method
handle
(items: RegistletItemBase[])
src/lib/Registlet/index.ts:37
↓ 4 callers
Function
handleComputingResults
( target: ComputedRef<SkillBranchItem[]>, handler: (_computing: SkillComputingContainer, bch: Skil
src/stores/views/character/setup/setupCharacterSkills.ts:334
↓ 4 callers
Function
handleContainerFormulaValue
(container: SkillBranchResultBase)
src/views/SkillQuery/skill/branch-handlers/handle/index.ts:234
↓ 4 callers
Method
handleDisplay
(handler: ResultHandler)
src/lib/Skill/SkillComputing/SkillBranchResult.ts:108
↓ 4 callers
Function
handleFunctionHighlight
(result: string)
src/views/SkillQuery/skill/branch-handlers/handle/utils.ts:4
↓ 4 callers
Function
handleHighlight
(container: SkillBranchResult)
src/lib/Skill/SkillComputing/compute.ts:85
↓ 4 callers
Method
hasStat
(itemBase: EnchantItem, type: StatTypes)
src/lib/Enchant/Enchant/EnchantBuild.ts:550
↓ 4 callers
Method
init
(dtc: string)
src/lib/Skill/Skill/SkillElement.ts:125
↓ 4 callers
Function
initStackStates
(effectItem: SkillEffectItemBase, vars?: { slv: number; clv: number })
src/lib/Skill/SkillComputing/utils.ts:364
↓ 4 callers
Function
inplaceAssign
(ary: E[], items: E[])
src/shared/utils/array.ts:51
↓ 4 callers
Method
load
( categorys: EnchantCategory[], equipment: EnchantEquipment, data: EnchantStepSaveData )
src/lib/Enchant/Enchant/EnchantBuild.ts:456
↓ 4 callers
Method
refreshCategorys
* 確實清除已經拿完的能力,並且要確保不影響到category和stats的拿取順序。
src/lib/Enchant/EnchantDoll/EnchantDollEquipmentContainer.ts:378
↓ 4 callers
Method
remove
(target: number | Item)
src/lib/common/Reactivity.ts:33
↓ 4 callers
Method
show
(type: StatTypes, value: StatValue)
src/lib/Character/Stat/StatBase.ts:60
↓ 4 callers
Method
start
(title: string, collapsed: boolean = true)
src/shared/services/Logger.ts:21
↓ 4 callers
Function
unknowSnippet
(value: unknown)
src/shared/utils/data/parseFormula.ts:107
↓ 3 callers
Method
_handleLoggerContent
(scope: string, desc: string, level: 'info' | 'warn')
src/shared/services/Logger.ts:27
↓ 3 callers
Method
_handleShow
(type: 'current' | 'base' | 'each')
src/lib/Enchant/Enchant/EnchantBuild.ts:892
↓ 3 callers
Method
appendEquipment
( name: string, category: number, baseValue: number, stability: number, caption: string
src/lib/Items/index.ts:17
↓ 3 callers
Method
appendFoodBase
(base: StatBase, amount: FoodAmount, negative: boolean = false)
src/lib/Character/Food/FoodsBase.ts:18
↓ 3 callers
Function
calcNumberBinaryExpression
(left: number, operator: string, right: number)
src/shared/utils/data/parseFormula.ts:24
↓ 3 callers
Function
calcResultToInt
(value: number)
src/lib/Character/Character/CharacterStat.ts:13
↓ 3 callers
Method
computedEquipmentBranchValue
( value: string, scope: { getSkillLevel?: (skillId: string) => number } )
src/lib/Skill/SkillComputing/SkillEffectItem.ts:125
↓ 3 callers
Function
createEmptyArray
(len: number)
src/shared/utils/array.ts:5
↓ 3 callers
Function
dyeConvert
(value: string)
src/views/Items/ItemQuery/setup.ts:25
↓ 3 callers
Function
findTab
(tabsEl: HTMLElement, value: any)
src/components/cyteria/tabs/setup.ts:148
↓ 3 callers
Method
from
(stat: Stat, restriction?: EquipmentRestrictions | null)
src/lib/Character/Stat/StatRestriction.ts:90
↓ 3 callers
Function
fuzzySearch
(source: string, target: string)
src/shared/utils/data/dataCommon.ts:9
↓ 3 callers
Method
getOriginalPotential
(type: StatNormalTypes)
src/lib/Enchant/Enchant/EnchantBase.ts:187
↓ 3 callers
Method
getPartySkillSelecteds
(partySkill: PartySkill)
src/lib/Character/SkillBuild/PartySkillWrapper.ts:58
↓ 3 callers
Function
getSkillLevel
(skill: Skill)
src/lib/Character/SkillBuild/utils.ts:50
↓ 3 callers
Function
getSkillQueryMarkHandler
(typeForSkillResultDipslay: string)
src/lib/Skill/SkillComputing/SkillBranchResult.ts:210
↓ 3 callers
Method
getValue
(key: string)
src/views/SkillQuery/skill/branch-handlers/handle/DisplayDataContainer.ts:61
↓ 3 callers
Method
handleBeforeFillNegative
* @param param.positivesFilter - positive: 只管正屬有無倍率, both: 同時考慮正屬及負屬來確認正屬有無倍率
src/lib/Enchant/EnchantDoll/EnchantDollEquipmentContainer.ts:108
↓ 3 callers
Function
handleIntegerData
(data: string)
src/stores/app/datas/utils/LoadRegistlet.ts:67
↓ 3 callers
Function
handler
(context)
src/views/GlossaryQuery/setup.ts:12
↓ 3 callers
Method
info
(desc: string)
src/shared/services/Logger.ts:13
↓ 3 callers
Function
loadData
(locale: string)
src/stores/app/locale/index.ts:86
↓ 3 callers
Function
parseStatValueData
(dataValue: string)
src/stores/app/datas/utils/utils.ts:5
↓ 3 callers
Method
removeEquipment
()
src/lib/Character/Character/Character.ts:364
↓ 3 callers
Function
saveHandler
()
src/shared/setup/AutoSave.ts:21
↓ 3 callers
Function
setElement
(stat: StatRestriction)
src/stores/views/character/utils.ts:42
↓ 3 callers
Method
setGetCurrentItemId
(value: CurrentItemIdGetter)
src/lib/Damage/DamageCalculation/CalculationBase.ts:217
↓ 3 callers
Function
setupResults
( postponeStats?: Ref<StatRecorded[]>, resultsCache?: CharacterStatSetupResults )
src/stores/views/character/setup/setupCharacter.ts:84
↓ 3 callers
Method
statId
(type: StatTypes)
src/lib/Character/Stat/StatBase.ts:137
↓ 3 callers
Method
title
(key: string)
src/views/SkillQuery/skill/branch-handlers/handle/DisplayDataContainer.ts:73
↓ 3 callers
Function
toFloat
(value: string | null | undefined)
src/shared/utils/number.ts:23
↓ 3 callers
Method
toStatRecorded
(value: number)
src/lib/Skill/SkillComputing/SkillBranchResult.ts:176
↓ 3 callers
Method
toggleItem
(base: BagPotion)
src/lib/Character/PotionBuild/PotionBuild.ts:62
↓ 3 callers
Function
trimBrackets
(value: string)
src/shared/utils/data/parseFormula.ts:9
↓ 3 callers
Function
useContext
()
src/shared/setup/ContextState.ts:7
↓ 2 callers
Function
DataPath
(id: DataPathIds)
src/shared/services/DataPath.ts:15
↓ 2 callers
Function
ExtraHandler
( computing: SkillComputingContainer, branchItem: BranchItem )
src/views/SkillQuery/skill/branch-handlers/ExtraHandler.ts:19
↓ 2 callers
Function
TextHandler
( computing: SkillComputingContainer, branchItem: BranchItem )
src/views/SkillQuery/skill/branch-handlers/TextHandler.ts:7
↓ 2 callers
Function
_RenderContainerResult
(container: SkillBranchResult, displayResult?: string)
src/views/SkillQuery/skill/layouts/setup.ts:28
↓ 2 callers
Method
_appendItem
(base: BagPotion)
src/lib/Character/PotionBuild/PotionBuild.ts:74
↓ 2 callers
Method
_appendItem
(newItem: RegistletItem)
src/lib/Character/RegistletBuild/RegistletBuild.ts:58
↓ 2 callers
Function
_find
(target: SkillBranchItemOverwriteRecords | null)
src/views/SkillQuery/skill/branch-handlers/handle/index.ts:273
↓ 2 callers
Method
_initDatasByProp
()
src/lib/Skill/SkillComputing/SkillBranchItem.ts:228
↓ 2 callers
Method
_toggleGroupExpanded
* Handle toggling expanded of group state of item * @param isRoot - Whether this item is called from group head
src/lib/Skill/SkillComputing/SkillBranchItem.ts:243
↓ 2 callers
Method
appendCategory
(title: string)
src/lib/Enchant/index.ts:12
↓ 2 callers
Method
appendCustomItem
( containerId: CalculationContainerIds, itemId: CalculationItemIds )
src/lib/Damage/DamageCalculation/Calculation.ts:76
↓ 2 callers
Function
appendPage
(title: string)
src/views/Book/setup/parseBook.ts:13
↓ 2 callers
Method
appendProp
(name: string, value: string, valueSub?: string)
src/lib/Skill/Skill/SkillElement.ts:318
↓ 2 callers
Function
appendSection
(type: BookPageSectionTypes)
src/views/Book/setup/parseBook.ts:19
↓ 2 callers
Method
appendSkillEffect
(main: number, sub: number, body: number)
src/lib/Skill/Skill/SkillElement.ts:187
↓ 2 callers
Method
appendSkillEffectHistory
(effectId: number, date: string)
src/lib/Skill/Skill/SkillElement.ts:193
↓ 2 callers
Function
autoSetLang
()
src/stores/app/locale/index.ts:40
↓ 2 callers
Function
branchesOverwrite
(to: SkillBranchItem[], from: SkillBranch[] | SkillBranchItem[])
src/lib/Skill/SkillComputing/utils.ts:80
↓ 2 callers
Method
calcPotentialCost
(value: number, pre: number = 0)
src/lib/Enchant/Enchant/EnchantBuild.ts:915
↓ 2 callers
Method
checkBoolStat
(type?: StatTypes)
src/lib/Character/Stat/StatBase.ts:132
↓ 2 callers
Function
checkBranchStats
(stats: StatComputed[])
src/stores/views/character/setup/setupCharacterSkills.ts:369
← previous
next →
101–200 of 1,294, ranked by callers