Commit 1f5fb91a by BellCodeEditor

save project

parent 22354288
Showing with 26 additions and 0 deletions
class Villain:
def __init__(self,name,Substitute_name,HP,Substitute_HP,ATK,Substitute_ATK,DEF,Substitute_DEF):
self.name = name
self.Substitute_name = Substitute_name
self.HP = HP
self.Substitute_HP = Substitute_HP
self.ATK = ATK
self.Substitute_ATK = Substitute_ATK
self.DEF = DEF
self.Substitute_DEF = Substitute_DEF
class ProtagonistGroup :
def __init__(self,name,Substitute_name,HP,Substitute_HP,ATK,Substitute_ATK,DEF,Substitute_DEF):
self.name = name
self.Substitute_name = Substitute_name
self.HP = HP
self.Substitute_HP = Substitute_HP
self.ATK = ATK
self.Substitute_ATK = Substitute_ATK
self.DEF = DEF
self.Substitute_DEF = Substitute_DEF
DIO = Villain('DIO','【世界】',200,400,100,300,200,260)
HEHE = Villain('荷尔荷斯','【皇帝】',100,100,50,300,70,100)
jotailang = ProtagonistGroup('承太郎','【白金之星】',150,400,130,400,170,350)
kaQyin = ProtagonistGroup('花京院 典明','【绿色法皇】',100,300,70,300,120,140)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment