예제 #1
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 7e-5,
         "sun": 7e-5,
         "meteorite": 1.1e-2,
         "crust": 0.05,
         "ocean": 4.2e-6,
         "human": 1.4e-2
     }
     pass
예제 #2
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 0.23,
         "sun": 0.23,
         "meteorite": 0.0,
         "crust": 5.5e-9,
         "ocean": 7.2e-12,
         "human": 0.0
     }
     pass
예제 #3
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 1e-9,
         "sun": 1e-10,
         "meteorite": 2.9e-8,
         "crust": 1.9e-6,
         "ocean": 6e-13,
         "human": 4e-10
     }
     pass
예제 #4
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 1e-2,
         "sun": 9e-3,
         "meteorite": 0.40,
         "crust": 0.46,
         "ocean": 0.86,
         "human": 0.61
     }
     pass
예제 #5
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 8e-6,
         "sun": 1e-5,
         "meteorite": 2.7e-3,
         "crust": 1.1e-3,
         "ocean": 2e-9,
         "human": 2e-7
     }
     pass
예제 #6
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 3e-6,
         "sun": 4e-6,
         "meteorite": 5.9e-4,
         "crust": 3e-5,
         "ocean": 8e-11,
         "human": 2e-8
     }
     pass
예제 #7
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 2e-5,
         "sun": 4e-5,
         "meteorite": 5.5e-3,
         "crust": 2.3e-2,
         "ocean": 1.1e-2,
         "human": 1.4e-3
     }
     pass
예제 #8
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 1e-6,
         "sun": 4e-7,
         "meteorite": 6.1e-5,
         "crust": 1.9e-4,
         "ocean": 1.5e-9,
         "human": 3e-8
     }
     pass
예제 #9
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {  # abuncances are actually 0 since this element is man made
         "universe": 0.0,
         "sun": 0.0,
         "meteorite": 0.0,
         "crust": 0.0,
         "ocean": 0.0,
         "human": 0.0
     }
     pass
예제 #10
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 0.75,
         "sun": 0.75,
         "meteorite": 0.024,
         "crust": 0.0015,
         "ocean": 0.11,
         "human": 0.10
     }
     pass
예제 #11
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 2e-10,
         "sun": 1e-9,
         "meteorite": 9.8e-9,
         "crust": 1.8e-6,
         "ocean": 3.3e-9,
         "human": 1e-9
     }
     pass
예제 #12
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 4e-7,
         "sun": 5e-7,
         "meteorite": 8.7e-5,
         "crust": 5.4e-4,
         "ocean": 1.3e-6,
         "human": 3.7e-5
     }
     pass
예제 #13
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 4e-10,
         "sun": 3e-10,
         "meteorite": 3.9e-8,
         "crust": 6e-6,
         "ocean": 4e-14,
         "human": 0.0
     }
     pass
예제 #14
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 3e-8,
         "sun": 4e-8,
         "meteorite": 6.4e-6,
         "crust": 2.6e-5,
         "ocean": 1.5e-12,
         "human": 0
     }
     pass
예제 #15
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 6e-4,
         "sun": 7e-4,
         "meteorite": 1.2e-1,
         "crust": 2.9e-2,
         "ocean": 1.3e-3,
         "human": 2.7e-4
     }
     pass
예제 #16
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 3e-6,
         "sun": 4e-6,
         "meteorite": 5.4e-4,
         "crust": 6.6e-3,
         "ocean": 1e-9,
         "human": 0
     }
     pass
예제 #17
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 5e-5,
         "sun": 6e-5,
         "meteorite": 9.1e-3,
         "crust": 8.1e-2,
         "ocean": 5e-9,
         "human": 9e-7
     }
     pass
예제 #18
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 1.5e-5,
         "sun": 2e-5,
         "meteorite": 3e-3,
         "crust": 1.4e-4,
         "ocean": 6e-10,
         "human": 3e-8
     }
     pass
예제 #19
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 7e-4,
         "sun": 9e-4,
         "meteorite": 0.14,
         "crust": 0.27,
         "ocean": 1e-6,
         "human": 2.6e-4
     }
     pass
예제 #20
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 1.1e-3,
         "sun": 1e-3,
         "meteorite": 2.2e-1,
         "crust": 6.3e-2,
         "ocean": 3e-9,
         "human": 6e-5
     }
     pass
예제 #21
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 7e-6,
         "sun": 7e-6,
         "meteorite": 1.1e-3,
         "crust": 9.9e-4,
         "ocean": 7e-8,
         "human": 1.1e-2
     }
     pass
예제 #22
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 6e-9,
         "sun": 6e-11,
         "meteorite": 1.7e-6,
         "crust": 1.7e-5,
         "ocean": 1.8e-7,
         "human": 3e-8
     }
     pass
예제 #23
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 3e-6,
         "sun": 4e-6,
         "meteorite": 7e-4,
         "crust": 1.5e-2,
         "ocean": 4.2e-4,
         "human": 2e-3
     }
     pass
예제 #24
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 0,
         "sun": 0,
         "meteorite": 0,
         "crust": 0,
         "ocean": 0,
         "human": 0
     }
     pass
예제 #25
0
파일: elements.py 프로젝트: rschum/game
 def __init__(self):
     Element.__init__(self)
     self.abundance = {
         "universe": 5e-3,
         "sun": 3e-3,
         "meteorite": 1.5e-2,
         "crust": 1.8e-3,
         "ocean": 2.8e-5,
         "human": 0.23
     }
     pass