You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Used to amplify a given value. // TODO: Implement Magnitude then change this to a case class
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2021 Andre White. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.*/packageio.truthencode.ddo.support.numbersimportenumeratum.{Enum, EnumEntry}
sealedtraitNumbersextendsEnumEntry/** * Flags / case classes used for evaluating and typing numbers for saves / difficulty checks / * magnitude etc.*/objectNumbersextendsEnum[Numbers] {
overridedefvalues:IndexedSeq[Numbers] = findValues
/** * Used to amplify a given value. // TODO: Implement Magnitude then change this to a case class * applying [[io.truthencode.ddo.model.effect.Magnitude]]*/caseobjectMagnitudeextendsNumbers/** * Will be used for flagging / calculating saves / difficult checks.*/caseobjectDifficultyCheckextendsNumbers
}
a897f4655425435a97c7adc02280f188f2611fb8
The text was updated successfully, but these errors were encountered:
Implement Magnitude then change this to a case class
ddo-calc/subprojects/common/ddo-core/src/main/scala/io/truthencode/ddo/support/numbers/Numbers.scala
Line 32 in 853a6e7
a897f4655425435a97c7adc02280f188f2611fb8
The text was updated successfully, but these errors were encountered: