`
duoerbasilu
  • 浏览: 1541702 次
文章分类
社区版块
存档分类
最新评论

Vital.cs

 
阅读更多
public class Vital : ModifiedStat {
	private int _curValue;
	
	public Vital () {
		_curValue = 0;
		ExpToLevel = 40;
		LevelModifier = 1.1f;
	}
	
	public int CurValue {
		get{
			if (_curValue > AdjustedBaseValue)
				_curValue = AdjustedBaseValue;
			
			return _curValue;
		}
		set{_curValue = value;}
	}
}

public enum VitalName {
	Health,
	Energy,
	Mana
}

分享到:
评论

相关推荐

    RTL8139C Datasheet

    6.27 CS Configuration Register.............................. 29 6.28 Flash Memory Read/Write Register ........................ 29 6.29 Config5: Configuration Register 5 ................. 30 6.30 ...

    毕业论文asp.net736(CS)企业员工考勤管理系统sqlserver.doc

    ionalize management and increase turnover. It is of great importance to ... As technology continues to advance, such automated systems will play an increasingly vital role in modern business operations.

    CR0120 MAX1104 DAC Controller.PDF

    In conclusion, the **MAX1104 DAC Controller** is a vital component for integrating the MAX1104 8-bit CODEC into various electronic systems, particularly those based on the NanoBoard-NB1. Its straight...

    PDF资料:车联网:变革汽车行业

    Telemat cs: Transforming the Automot ve Industry Unlocking the potential of the connected vehicle. Introduct on Telematics is a set of interdisciplinary technologies that are providing the automotive ...

    RTL8139D(L) datesheet

    - **VPD (Vital Product Data):** - 包含产品的重要信息,如制造商名称、产品标识等。 #### 七、功能描述 - **发送操作:** - 详细说明了发送数据包的过程。 - **接收操作:** - 描述了接收数据包的过程。 - *...

    Essential C

    Understanding these concepts is vital for optimizing performance and managing resources efficiently. #### Operators and Standard Library Reference Finally, the document provides a reference guide ...

    数据仓库的概念 (2).pdf

    全企业集成(1988)阶段,IBM的Barry Devlin和Paul Murphy进一步发展了信息仓库的概念,形成了VITAL规范,涵盖了数据抽取、转换、加载等多个组件。然而,IBM未能将这一理念转化为实际的架构设计,导致其在数据仓库...

    野生动物中的印度蒙面人_Indian Masked Faces in the Wild Dataset

    As face masks continue to be a part of our daily lives, solutions addressing the challenges they present will become increasingly vital for both practical applications and continued technological ...

    电务新技术常用名词中英文对照表.doc

    - **CS (Cab Signal mode)**:机车信号模式,根据地面信号提供行车指示。 - **OS (On Sight mode)**:目视行车模式,驾驶员依赖视觉信号驾驶。 - **PS (Part Supervision mode)**:局部模式,系统只监控部分列车...

    数据仓库的概念.pdf

    IBM的VITAL规范进一步扩展了这一概念,涵盖了数据抽取、转换、加载(ETL)以及各种分析工具。然而,IBM并未将此概念深入到实际的系统设计中。 Bill Inmon在1991年出版的书籍中,明确了数据仓库的构建原则,提出了...

Global site tag (gtag.js) - Google Analytics